Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LUM_MATID | smallserial | 5 | √ | nextval('osl_tl_lum_matid_seq'::regclass) |
|
|
||||||||||||||
LUM_MAT | text | 2147483647 | null |
|
|
|||||||||||||||
LUM_MATABB | text | 2147483647 | null |
|
|
|||||||||||||||
CREATED_AT | timestamptz | 35,6 | timezone('UTC'::text, now()) |
|
|
Is record timestamp with timezone based on UTC |
||||||||||||||
UPDATED_AT | timestamptz | 35,6 | √ | timezone('UTC'::text, now()) |
|
|
Is timestamp of record update with timezone based on UTC |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
osl-tl_lum_matID_pkey | Primary key | Asc | LUM_MATID |
osl_tl_lum_matid_LUM_MAT_ukey | Must be unique | Asc | LUM_MAT |
osl_tl_lum_matid_LUM_MATABB_ukey | Must be unique | Asc | LUM_MATABB |