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.
 
 
 

23 lines
425 B

columns:
clinique:
type: character(1)
default: "'0'::bpchar"
code:
type: text
honoraire:
type: character(1)
default: "'0'::bpchar"
oid:
type: bigint
not_null: NOT NULL
default: "nextval('s_classes_comptes'::regclass)"
texte:
type: text
constraints:
t_classes_comptes_pkey:
type: PRIMARY KEY
column: oid
indexes:
i_classes_comptes_1:
column: code
method: btree