Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('stop_id_seq'::regclass) |
|
|
|||||||||||
| uuid | uuid | 2147483647 | null |
|
|
||||||||||||
| name | varchar | 255 | null |
|
|
||||||||||||
| latitude | numeric | 10,6 | null |
|
|
||||||||||||
| longitude | numeric | 10,6 | null |
|
|
||||||||||||
| description | varchar | 255 | √ | null |
|
|
|||||||||||
| created_at | timestamp | 29,6 | now() |
|
|
||||||||||||
| updated_at | timestamp | 29,6 | now() |
|
|
||||||||||||
| deleted_at | timestamp | 29,6 | √ | null |
|
|
|||||||||||
| location | geography | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_df01674281c44fc10ddd0465d28 | Primary key | Asc | id |
| UQ_1db78393189d0677c5c1588d109 | Must be unique | Asc | uuid |