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.
 
 

33 lines
612 B

columns:
encours_est_ignore:
type: 'text[]'
encours_from_date:
type: 'date[]'
est_ignore:
type: character(1)
etage_id:
type: bigint
default: "0"
medecin_sejour_id:
type: bigint
default: "0"
no_sejour:
type: text
not_null: NOT NULL
no_sejour_fusion:
type: text
default: "''::text"
oid:
type: bigint
not_null: NOT NULL
default: "nextval('s_sejour'::regclass)"
service_facturation_id:
type: bigint
default: "0"
type_sejour:
type: text
default: "'0'::text"
constraints:
t_sejour_pkey:
type: PRIMARY KEY
column: oid