Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('registration_codes_id_seq'::regclass) |
|
|
||||
| code | text | 2147483647 | null |
|
|
|||||
| enabled | bool | 1 | null |
|
|
|||||
| role | text | 2147483647 | null |
|
|
|||||
| created_at | timestamptz | 35,6 | CURRENT_DATE |
|
|
|||||
| created_by | int4 | 10 | null |
|
|
|||||
| modified_at | timestamptz | 35,6 | CURRENT_DATE |
|
|
|||||
| modified_by | int4 | 10 | null |
|
|
|||||
| description | text | 2147483647 | ''::text |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| registration_codes_pkey | Primary key | Asc | id |
| uniq_registration_codes | Must be unique | Asc | code |

