Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | uuid | 2147483647 | public.gen_random_uuid() |
|
|
||||||
user_id | uuid | 2147483647 | √ | null |
|
|
|||||
authenticatable_type | varchar | 2147483647 | √ | null |
|
|
|||||
authenticatable_id | uuid | 2147483647 | √ | null |
|
|
|||||
created_at | timestamp | 29,6 | null |
|
|
||||||
updated_at | timestamp | 29,6 | null |
|
|
||||||
deleted_at | timestamp | 29,6 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
user_authentications_pkey | Primary key | Asc | id |
index_user_authentications_on_user_id | Performance | Asc | user_id |
user_authentications_master_users_authenticatable_uniq_index | Must be unique | Asc/Asc/Asc | user_id + authenticatable_type + authenticatable_id |