pour déploiement auto v2 via gitlab
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.
|
|
columns:
|
|
|
code:
|
|
|
type: character varying(10)
|
|
|
not_null: NOT NULL
|
|
|
default: "''::character varying"
|
|
|
code_table:
|
|
|
type: character varying(255)
|
|
|
oid:
|
|
|
type: bigint
|
|
|
default: "0"
|
|
|
constraints:
|
|
|
p_oids_code_table_key:
|
|
|
type: UNIQUE
|
|
|
column: code, code_table, oid
|
|
|
indexes:
|
|
|
i_oids_1:
|
|
|
column: code_table
|
|
|
method: btree
|
|
|
i_oids_2:
|
|
|
column: oid
|
|
|
method: btree
|
|
|
i_oids_3:
|
|
|
column: code
|
|
|
method: btree
|