You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

18 lines
301 B

columns:
code:
type: text
code_original:
type: text
oid:
type: bigint
not_null: NOT NULL
default: "nextval('s_journal'::regclass)"
texte:
type: text
type_journal:
type: text
default: "''::text"
indexes:
t_journal_code_key:
column: code
method: btree