Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int4 | 10 | √ | null |
|
|
||||||||||||||
| name | text | 2147483647 | √ | null |
|
|
||||||||||||||
| enabled | bool | 1 | √ | true |
|
|
||||||||||||||
| code | citext | 2147483647 | √ | null |
|
|
||||||||||||||
| image | bytea | 2147483647 | √ | null |
|
|
raw image store base64 |
|||||||||||||
| image_type | text | 2147483647 | √ | null |
|
|
like image/png, image/jpeg |
|||||||||||||
| image_url | text | 2147483647 | √ | null |
|
|
path url for send to front-end but must concate with prefix url |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| bed_type_pkey | Primary key | Asc | id |
| bed_type_code_idx | Must be unique | Asc | code |
| unq_bed_type_name | Must be unique | Asc | name |

