Changeset 318 for trunk/install/sql
- Timestamp:
- Jun 2, 2019, 10:04:20 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/install/sql/eleonline.sql
r307 r318 449 449 `num_gruppo` int(2) UNSIGNED NOT NULL DEFAULT '0', 450 450 `id_circ` int(11) NOT NULL DEFAULT '0', 451 `num_circ` int(2) UNSIGNED NOT NULL ,451 `num_circ` int(2) UNSIGNED NOT NULL DEFAULT '0', 452 452 `descrizione` text, 453 453 `simbolo` text, … … 544 544 `id_cons_gen` int(11) NOT NULL DEFAULT '0', 545 545 `orario` time NOT NULL DEFAULT '00:00:00', 546 `data` date NOT NULL DEFAULT ' 0000-00-00'546 `data` date NOT NULL DEFAULT '1970-01-01' 547 547 ) ENGINE=MyISAM DEFAULT CHARSET=latin1; 548 548 … … 718 718 `id_parz` int(11) NOT NULL, 719 719 `orario` time NOT NULL DEFAULT '00:00:00', 720 `data` date NOT NULL DEFAULT ' 0000-00-00',720 `data` date NOT NULL DEFAULT '1970-01-01', 721 721 `voti_uomini` int(7) NOT NULL DEFAULT '0', 722 722 `voti_donne` int(7) NOT NULL DEFAULT '0',
Note:
See TracChangeset
for help on using the changeset viewer.