Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
OSL_TYPEID | smallserial | 5 | √ | nextval('osl_typeid_seq'::regclass) |
|
|
||||||||
OSL_TYPE | text | 2147483647 | null |
|
|
|||||||||
OSL_TYPEAB | 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_typeID_pkey | Primary key | Asc | OSL_TYPEID |
osl_typeid_OSL_TYPE_ukey | Must be unique | Asc | OSL_TYPE |
osl_typeid_OSL_TYPEAB_ukey | Must be unique | Asc | OSL_TYPEAB |