buyer


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('buyer_id_seq'::regclass)
feasibility.buyer_id FK_621d393fbfa496bbc2a9bc947af R
opportunity.buyer_id FK_8f7bf46954419c5b3d7ab604658 R
project.buyer_id FK_d1d79efca6d80e679e7b717a1c4 R
uuid varchar 2147483647 null
name varchar 2147483647 null
code varchar 2147483647 null
state varchar 2147483647 'active'::character varying
redirect_url varchar 2147483647 null
rd_platform_id varchar 2147483647 null
created_at timestamp 29,6 now()
updated_at timestamp 29,6 now()
deleted_at timestamp 29,6 null

Indexes

Constraint Name Type Sort Column(s)
PK_0480fc3c7289846a31b8e1bc503 Primary key Asc id
UQ_f7fc54f527600bf24a5ee84ee27 Must be unique Asc uuid

Relationships