2 lines
72 B
MySQL
2 lines
72 B
MySQL
|
ALTER TABLE `books`
|
||
|
ADD COLUMN `childrens` tinyint(1) NOT NULL DEFAULT 0
|