api_users

15 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('api_users_id_seq'::regclass)
name text 2147483647 null
token text 2147483647 null
active bool 1 false
created_at timestamp 29,6 null
updated_at timestamp 29,6 null
role_id int8 19 null
roles.id fk_rails_b82ad50b98 R

Indexes

Constraint Name Type Sort Column(s)
api_users_pkey Primary key Asc id
index_api_users_on_role_id Performance Asc role_id
index_api_users_on_token Performance Asc token

Relationships