mirror of
https://github.com/v0l/route96.git
synced 2025-06-15 16:03:00 +00:00
2 lines
58 B
SQL
2 lines
58 B
SQL
alter table users
|
|
add column is_admin bit(1) not null; |