Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('users_id_seq'::regclass) |
|
|
||||||||
| username | citext | 2147483647 | null |
|
|
|||||||||
| password_hash | varchar | 255 | null |
|
|
|||||||||
| inserted_at | timestamp | 29,6 | null |
|
|
|||||||||
| updated_at | timestamp | 29,6 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| users_pkey | Primary key | Asc | id |
| unique_username | Must be unique | Asc | username |