Table harbinger.public.locales
Legend:
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19  √  nextval('locales_id_seq'::regclass)
display_name text 2147483647
rfc_code text 2147483647
privacy_agreement text 2147483647  √  null
active bool 1  √  null
updated_at timestamptz 35,6 now()

Analyzed at Tue Aug 16 14:31 UTC 2022

Indexes:
Column(s) Type Sort Constraint Name
id Primary key Asc locales_id