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.
 
 

38 lines
855 B

columns:
compte_id:
type: bigint
not_null: NOT NULL
default: "0"
est_compte_force:
type: character(1)
default: "''::bpchar"
comment: 1 = Forcage du compte
oid:
type: bigint
not_null: NOT NULL
default: "nextval('s_service_rubrique'::regclass)"
prestation_forcee_id:
type: bigint
default: "0"
rubrique_facturation_id:
type: bigint
not_null: NOT NULL
default: "0"
service_facturation_id:
type: bigint
not_null: NOT NULL
default: "0"
constraints:
t_service_rubrique_pkey:
type: PRIMARY KEY
column: oid
t_service_rubrique_ukey:
type: UNIQUE
column: rubrique_facturation_id, service_facturation_id
indexes:
i_service_rubrique_1:
column: service_facturation_id
method: btree
i_service_rubrique_2:
column: rubrique_facturation_id
method: btree