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.
 
 
 

30 lines
551 B

columns:
code:
type: text
data_code:
type: 'text[]'
data_description:
type: 'text[]'
data_entete:
type: 'text[]'
data_format:
type: 'text[]'
oid:
type: bigint
not_null: NOT NULL
default: "nextval('s_vue_parametre'::regclass)"
position_ratio:
type: character(15)
default: "'000000000000000'::character varying"
rang:
type: integer
texte:
type: text
constraints:
t_vue_parametre_pkey:
type: PRIMARY KEY
column: oid
indexes:
i_vue_parametre:
column: code
method: btree