We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 240ee95 commit 15a4c8dCopy full SHA for 15a4c8d
data/add_academic.sql
@@ -1 +1,2 @@
1
-ALTER TABLE `departments` ADD `academic` BOOLEAN NOT NULL DEFAULT '0' COMMENT 'Flag to indicate if department is academic' AFTER `website`
+ALTER TABLE `departments` ADD `academic` BOOLEAN NULL DEFAULT NULL COMMENT 'Flag to indicate if department is academic' AFTER `website` ,
2
+ADD INDEX ( `academic` )
0 commit comments