Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | uuid | 2147483647 | public.gen_random_uuid() |
|
|
|||
name | varchar | 2147483647 | null |
|
|
|||
value | varchar | 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) |
---|---|---|---|
configurations_pkey | Primary key | Asc | id |
index_configurations_on_name | Must be unique | Asc | name |