-
Notifications
You must be signed in to change notification settings - Fork 0
table typecontentname
gaetan edited this page Jan 24, 2023
·
1 revision
| column_name | data_type | is_nullable | column_default | Remarque | Mapping | Note |
|---|---|---|---|---|---|---|
| number_name | integer | YES | ||||
| creator | integer | YES | ||||
| pk_type_content_name | integer | NO | nextval('bhp.type_content_name_pk_type_content_name_seq'::regclass) | |||
| notes | text | YES | ||||
| name | character varying | YES | ||||
| lang_iso | character | YES | ||||
| fk_type_content | integer | NO | ||||
| creation_time | timestamp without time zone | YES | ||||
| modifier | integer | YES | ||||
| is_standard_name | boolean | YES | ||||
| modification_time | timestamp without time zone | YES |