route96/migrations/20241004152857_admin.sql

2 lines
58 B
MySQL
Raw Normal View History

2024-10-04 18:00:37 +01:00
alter table users
add column is_admin bit(1) not null;