Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('api_tokens_id_seq'::regclass) |
|
|
||||
created_at | timestamp | 22 | √ | null |
|
|
||||
updated_at | timestamp | 22 | √ | null |
|
|
||||
owner_id | int4 | 10 | null |
|
|
|||||
purpose | varchar | 255 | null |
|
|
|||||
hash | varchar | 60 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
api_tokens_pkey | Primary key | Asc | id |