Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | uuid | 2147483647 | gen_random_uuid() |
|
|
Unique identifier. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
tenant_id | uuid | 2147483647 | null |
|
|
Tenant identifier. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
name | varchar | 256 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
serial_number | varchar | 256 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
model | varchar | 256 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
make | varchar | 256 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
category | int4 | 10 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | int4 | 10 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
created_at | timestamptz | 35,6 | now() |
|
|
DateTime the record was created. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
created_by | uuid | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
updated_at | timestamptz | 35,6 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
updated_by | uuid | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
is_system | bool | 1 | false |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
description | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
deleted_at | timestamptz | 35,6 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
feature_id | uuid | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_sms_machine | Primary key | Asc | id |
IX_sms_machine_category_tenant_id | Performance | Asc/Asc | category + tenant_id |
IX_sms_machine_created_at | Performance | Asc | created_at |
IX_sms_machine_feature_id | Performance | Asc | feature_id |
IX_sms_machine_id | Must be unique | Asc | id |
IX_sms_machine_is_system | Performance | Asc | is_system |
IX_sms_machine_name | Performance | Asc | name |
IX_sms_machine_tenant_id | Performance | Asc | tenant_id |
IX_sms_machine_type_tenant_id | Performance | Asc/Asc | type + tenant_id |