route96/migrations/20241004152857_admin.sql

2 lines
58 B
MySQL
Raw Permalink Normal View History

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