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.
 
 

26 lines
467 B

columns:
classe_id:
type: bigint
not_null: NOT NULL
default: "0"
code:
type: text
condition:
type: text
default: "''::text"
exclude_code:
type: text
default: "''::text"
include_code:
type: text
default: "''::text"
oid:
type: bigint
not_null: NOT NULL
default: "nextval('s_classes_sections'::regclass)"
texte:
type: text
constraints:
t_classes_sections_pkey:
type: PRIMARY KEY
column: oid