Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | uuid | 2147483647 | gen_random_uuid() |
|
|
|||||||||
name | varchar | 2147483647 | √ | null |
|
|
||||||||
organization_id | uuid | 2147483647 | null |
|
|
|||||||||
deleted_at | timestamp | 29,6 | √ | null |
|
|
||||||||
created_at | timestamp | 29,6 | null |
|
|
|||||||||
updated_at | timestamp | 29,6 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
machine_users_pkey | Primary key | Asc | id |
index_machine_users_on_name | Performance | Asc | name |
index_machine_users_on_organization_id | Performance | Asc | organization_id |