Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int8 | 19 | √ | null |
|
|
|||||
| name | varchar | 2147483647 | null |
|
|
||||||
| surcharge | numeric | 12,2 | null |
|
|
||||||
| created_at | timestamptz | 35,6 | now() |
|
|
||||||
| updated_at | timestamptz | 35,6 | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| obra_social_pkey | Primary key | Asc | id |
| obra_social_name_key | Must be unique | Asc | name |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| must_be_positive | ((surcharge > (0)::numeric)) |

