Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int8 | 19 | null |
|
|
||||||
| version | int8 | 19 | null |
|
|
||||||
| raportoitavavastaanottaja_id | int8 | 19 | null |
|
|
||||||
| nimi | varchar | 255 | √ | null |
|
|
|||||
| oletus_arvo | varchar | 3000 | √ | null |
|
|
|||||
| aikaleima | timestamp | 29,6 | √ | null |
|
|
|||||
| json_arvo | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| raportoitavavastaanottajakorvauskentat_pk | Primary key | Asc | id |
| timon_testi | Performance | Asc | raportoitavavastaanottaja_id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| oletus_arvo_tai_json_arvo | ((((oletus_arvo IS NOT NULL) AND (json_arvo IS NULL)) OR ((oletus_arvo IS NULL) AND (json_arvo IS NOT NULL)) OR ((oletus_arvo IS NULL) AND (json_arvo IS NULL)))) |

