Correct cal_type default, should be undefined

This commit is contained in:
Miles Lott 2001-05-25 03:45:27 +00:00
parent a4c9976682
commit ab460baab1

View File

@ -22,7 +22,7 @@
'mdatetime' => array('type' => 'int', 'precision' => 11,'nullable' => True),
'edatetime' => array('type' => 'int', 'precision' => 11,'nullable' => True),
'priority' => array('type' => 'int', 'precision' => 11,'nullable' => False,'default' => '2'),
'cal_type' => array('type' => 'varchar', 'precision' => 10,'nullable' => True,'default' => '2'),
'cal_type' => array('type' => 'varchar', 'precision' => 10,'nullable' => True),
'is_public' => array('type' => 'int', 'precision' => 11,'nullable' => False,'default' => '1'),
'title' => array('type' => 'varchar', 'precision' => 80,'nullable' => False,'default' => '1'),
'description' => array('type' => 'text','nullable' => True,'default' => '1')