sms5 프로그램등록번호 필드 제거

This commit is contained in:
thisgun
2014-04-11 15:26:32 +09:00
parent 43f89063e0
commit 2f51cee555
3 changed files with 1 additions and 11 deletions

View File

@ -65,7 +65,6 @@ DROP TABLE IF EXISTS `{$g5['sms5_config_table']}`;
CREATE TABLE `{$g5['sms5_config_table']}` (
`cf_phone` varchar(255) NOT NULL default '',
`cf_register` varchar(255) NOT NULL default '',
`cf_datetime` datetime NOT NULL default '0000-00-00 00:00:00',
`cf_member` tinyint(4) NOT NULL default '1',
`cf_level` tinyint(4) NOT NULL default '2',