3 lines
63 B
MySQL
3 lines
63 B
MySQL
|
ALTER TABLE notes
|
||
|
ADD COLUMN is_global INT NOT NULL DEFAULT 0;
|