route96/migrations/20241004152857_admin.sql
2024-10-04 18:00:37 +01:00

2 lines
58 B
SQL

alter table users
add column is_admin bit(1) not null;