mirror of
https://github.com/internetee/registry.git
synced 2025-07-28 05:26:17 +02:00
Fixed structure.sql
This commit is contained in:
parent
af46be8d0f
commit
35c5eb6ab5
1 changed files with 1 additions and 1 deletions
|
@ -694,7 +694,7 @@ CREATE TABLE public.contacts (
|
||||||
email_history character varying,
|
email_history character varying,
|
||||||
registrant_publishable boolean DEFAULT false,
|
registrant_publishable boolean DEFAULT false,
|
||||||
checked_company_at timestamp without time zone,
|
checked_company_at timestamp without time zone,
|
||||||
company_register_status character varying
|
company_register_status character varying,
|
||||||
ident_request_sent_at timestamp without time zone,
|
ident_request_sent_at timestamp without time zone,
|
||||||
verified_at timestamp without time zone,
|
verified_at timestamp without time zone,
|
||||||
verification_id character varying
|
verification_id character varying
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue