diff options
Diffstat (limited to 'migrations')
| -rw-r--r-- | migrations/20220903093057_add-users-table.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/migrations/20220903093057_add-users-table.sql b/migrations/20220903093057_add-users-table.sql index 73c2396..58be825 100644 --- a/migrations/20220903093057_add-users-table.sql +++ b/migrations/20220903093057_add-users-table.sql @@ -3,5 +3,6 @@ CREATE TABLE users ( email VARCHAR(100) UNIQUE NOT NULL, username VARCHAR(100) UNIQUE NOT NULL, password VARCHAR(100) NOT NULL, + avatar VARCHAR, is_staff BOOLEAN DEFAULT false ); |
