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