actor_category

0 rows


Description

Actors categories

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('gobs.actor_category_id_seq'::regclass)
actor.id_category actor_id_category_fkeyR

ID

ac_label text 2147483647 null

Name of the actor category

ac_description text 2147483647 null

Description of the actor category

Indexes

Constraint Name Type Sort Column(s)
actor_category_pkey Primary key Asc id
actor_category_ac_label_key Must be unique Asc ac_label

Relationships