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