2 lines
58 B
MySQL
2 lines
58 B
MySQL
|
alter table users
|
||
|
add column is_admin bit(1) not null;
|