Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('route_id_seq'::regclass) |
|
|
||||||||
| uuid | uuid | 2147483647 | null |
|
|
|||||||||
| name | varchar | 255 | null |
|
|
|||||||||
| description | varchar | 255 | √ | null |
|
|
||||||||
| created_at | timestamp | 29,6 | now() |
|
|
|||||||||
| updated_at | timestamp | 29,6 | now() |
|
|
|||||||||
| deleted_at | timestamp | 29,6 | √ | null |
|
|
||||||||
| agency_id | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_08affcd076e46415e5821acf52d | Primary key | Asc | id |
| UQ_df31268722334c9193b81a71b4e | Must be unique | Asc | uuid |