Datatypes
datatypes¶
- Schema: public
- PK: type_id (uuid)
Columns¶
| Column | Type | Nullable | Default | Notes |
|---|---|---|---|---|
| type_id | uuid | NO | gen_random_uuid() | PK |
| external_datatype | text | YES | App-side type name | |
| internal_datatype | text | YES | StackSync internal type | |
| isdefault | bool | YES | ||
| external_datatype_write | text | YES | Type used on writes | |
| options | jsonb | YES | ||
| last_modified_time | timestamp | YES | now() | |
| created_time | timestamp | YES | now() |
Key indexes¶
data_types_pk— primary key on type_id