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.
 
 
 

36 lines
644 B

columns:
code:
type: text
contenu_by_code:
type: text
default: "'0'::text"
contenu_non_replicable_ailleurs:
type: character(1)
default: "'0'::bpchar"
is_cti:
type: character(1)
default: "0"
oid:
type: bigint
not_null: NOT NULL
default: "nextval('s_classes'::regclass)"
sequence:
type: integer
default: "1"
table_id:
type: bigint
not_null: NOT NULL
default: "0"
texte:
type: text
constraints:
t_classes_pkey:
type: PRIMARY KEY
column: oid
indexes:
i_classes_1:
column: code
method: btree
i_classes_classes_1:
column: code
method: btree