Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('gobs.actor_id_seq'::regclass) |
|
|
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 |
|
|
Category of actor |
||||||||
| a_login | text | 2147483647 | √ | null |
|
|
Login of the actor. It is the unique identifier of the actor. Only needed for actors having the category ‘platform_user’. |
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 |

