forked from extern/egroupware
Non-detrimental change. According to jengo, this will allow pgsql to have an easier chance of installing.
This commit is contained in:
@ -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),
|
||||
|
Reference in New Issue
Block a user