tbl_rdb_codes

0 rows


Description

Definitions of rarity categories across various systems, as specified in tbl_rdb_systems.

Columns

Column Type Size Nulls Auto Children Parents Comments
rdb_code_id int4 10
tbl_rdb.rdb_code_id fk_rdb_rdb_code_id R

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
tbl_rdb_systems.rdb_system_id fk_rdb_codes_rdb_system_id R

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

Relationships