Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('sms_template_id_seq'::regclass) |
|
|
|||||||||||||||||
| model_id | int4 | 10 | null |
|
|
Applies to |
|||||||||||||||||
| int4 | 10 | √ | null |
|
|
Sidebar action |
|||||||||||||||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||||||||||||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||||||||||||||
| template_fs | varchar | 2147483647 | √ | null |
|
|
Template Filename |
||||||||||||||||
| lang | varchar | 2147483647 | √ | null |
|
|
Language |
||||||||||||||||
| model | varchar | 2147483647 | √ | null |
|
|
Related Document Model |
||||||||||||||||
| name | jsonb | 2147483647 | √ | null |
|
|
Name |
||||||||||||||||
| body | jsonb | 2147483647 | null |
|
|
Body |
|||||||||||||||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
||||||||||||||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| sms_template_pkey | Primary key | Asc | id |
| sms_template__model_index | Performance | Asc | model |

