3 lines
103 B
SQL
3 lines
103 B
SQL
ALTER TABLE `users`
|
|
ADD COLUMN `notifications_enabled` TINYINT(1) NOT NULL DEFAULT 1 AFTER `status`;
|