Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('actor.usr_activity_id_seq'::regclass) |
|
|
|||||
usr | int4 | 10 | √ | null |
|
|
|||||
etype | int4 | 10 | null |
|
|
||||||
event_time | timestamptz | 35,6 | now() |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
usr_activity_pkey | Primary key | Asc | id |
usr_activity_usr_idx | Performance | Asc | usr |