윈도우에서 text not null 에는 default 를 설정하지 않는다.

This commit is contained in:
gnuboard
2013-03-15 10:38:57 +09:00
parent 60f94aaafa
commit 9e4f620a74

View File

@ -188,7 +188,7 @@ CREATE TABLE IF NOT EXISTS `g4s_config` (
`cf_include_index` varchar(255) NOT NULL default '',
`cf_include_head` varchar(255) NOT NULL default '',
`cf_include_tail` varchar(255) NOT NULL default '',
`cf_add_script` text NOT NULL default '',
`cf_add_script` text NOT NULL,
`cf_use_point` tinyint(4) NOT NULL default '0',
`cf_use_norobot` tinyint(4) NOT NULL default '0',
`cf_use_copy_log` tinyint(4) NOT NULL default '0',