config.i18n_string ↑ config schema Columns Column Type Nullable Default Notes id PK integer No nextval('config.i18n_string_id_seq'::regclass) context text No string text No Primary Key (id) Indexes Index Method Definition i18n_string_pkey PK btree CREATE UNIQUE INDEX i18n_string_pkey ON config.i18n_string USING btree (id)