Non-detrimental change. According to jengo, this will allow pgsql to have an easier chance of installing.

This commit is contained in:
skeeter
2001-08-04 20:48:07 +00:00
parent b958ac035d
commit 7506365417

View File

@ -16,7 +16,7 @@
'fd' => array(
'cal_id' => array('type' => 'auto','nullable' => False),
'owner' => array('type' => 'int', 'precision' => 8,'nullable' => False),
'category' => array('type' => 'int', 'precision' => 8,'nullable' => False),
'category' => array('type' => 'int', 'precision' => 8,'nullable' => True),
'groups' => array('type' => 'varchar', 'precision' => 255,'nullable' => True),
'datetime' => array('type' => 'int', 'precision' => 8,'nullable' => True),
'mdatetime' => array('type' => 'int', 'precision' => 8,'nullable' => True),