Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| request_number | serial | 10 | √ | nextval('"farmDataSchedule_request_number_seq"'::regclass) |
|
|
|||||
| farm_id | uuid | 2147483647 | null |
|
|
||||||
| is_processed | bool | 1 | false |
|
|
||||||
| created_at | timestamptz | 35,6 | √ | CURRENT_TIMESTAMP |
|
|
|||||
| user_id | varchar | 255 | √ | null |
|
|
|||||
| has_failed | bool | 1 | false |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| farmDataSchedule_pkey | Primary key | Asc | request_number |



