- Timestamp:
- 07/20/12 11:32:01 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sandbox/2.4.2-expresso1/expressoCalendar/setup/tables_current.inc.php
r6114 r6832 48 48 'duration' => array('type' => 'int', 'precision' => '8' ,'nullable' => True), 49 49 'tzid' => array('type' => 'varchar', 'precision' => '50' ,'nullable' => True), 50 'type' => array('type' => 'int', 'precision' => '2' ,'nullable' => false, 'default' => 0), 50 51 'dtstamp' => array('type' => 'int', 'precision' => '8' ,'nullable' => True) 51 52 ), … … 277 278 'msg_alarms' => array( 'type' => 'text', 'nullable' => True), 278 279 'font_color' => array( 'type' => 'varchar','precision' => '6', 'nullable' => True), 279 280 'border_color' => array( 'type' => 'varchar','precision' => '6', 'nullable' => True)281 280 'background_color' => array( 'type' => 'varchar','precision' => '6', 'nullable' => True), 281 'border_color' => array( 'type' => 'varchar','precision' => '6', 'nullable' => True), 282 'type' => array('type' => 'int', 'precision' => '2' ,'nullable' => false, 'default' => 0) 282 283 ), 283 284 'pk' => array('id'),
Note: See TracChangeset
for help on using the changeset viewer.