2 lines
75 B
MySQL
2 lines
75 B
MySQL
|
|
ALTER TABLE `documents` ADD `immutable` TINYINT( 1 ) NOT NULL DEFAULT '0';
|