sms_state

2 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int4 10 null
sms_machine_teltonika_tracker.state FK_sms_machine_teltonika_tracker_sms_state_state_tenant_id R
tenant_id uuid 2147483647 null
sms_machine_teltonika_tracker.tenant_id FK_sms_machine_teltonika_tracker_sms_state_state_tenant_id R
tenants.id FK_sms_state_tenants_tenant_id C
name varchar 256 null
description text 2147483647 null
created_at timestamptz 35,6 now()
created_by uuid 2147483647 null
updated_at timestamptz 35,6 null
updated_by uuid 2147483647 null
is_system bool 1 false

Indexes

Constraint Name Type Sort Column(s)
PK_sms_state Primary key Asc/Asc id + tenant_id
IX_sms_state_created_at Performance Asc created_at
IX_sms_state_is_system Performance Asc is_system
IX_sms_state_tenant_id Performance Asc tenant_id

Relationships