Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
rdb_code_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
date_updated | timestamptz | 35,6 | √ |
|
|
|||||
rdb_category | varchar(4) | 4 | √ |
|
|
The name of the rarity category. |
||||
rdb_definition | varchar(200) | 200 | √ |
|
|
Detailed description of the rarity category. |
||||
rdb_system_id | int4 | 10 | √ |
|
|
Specifies the identifier of the system in tbl_rdb_systems. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_rdb_codes_pkey | Primary key | Asc | rdb_code_id |