actor

0 rows


Description

Actors

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('gobs.actor_id_seq'::regclass)
series.fk_id_actor series_fk_id_actor_fkeyR
spatial_layer.fk_id_actor spatial_layer_fk_id_actor_fkeyR

ID

a_label text 2147483647 null

Name of the actor (can be a person or an entity)

a_description text 2147483647 null

Description of the actor

a_email text 2147483647 null

Email of the actor

id_category int4 10 null
actor_category.id actor_id_category_fkeyR

Category of actor

a_login text 2147483647 null

Login of the actor. It is the unique identifier of the actor.

Indexes

Constraint Name Type Sort Column(s)
actor_pkey Primary key Asc id
actor_a_login_key Must be unique Asc a_login
actor_a_name_idx Performance Asc a_label

Relationships