Ignore:
Timestamp:
Jun 2, 2019, 10:04:20 PM (5 years ago)
Author:
roby
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/sql/eleonline.sql

    r307 r318  
    449449  `num_gruppo` int(2) UNSIGNED NOT NULL DEFAULT '0',
    450450  `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',
    452452  `descrizione` text,
    453453  `simbolo` text,
     
    544544  `id_cons_gen` int(11) NOT NULL DEFAULT '0',
    545545  `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'
    547547) ENGINE=MyISAM DEFAULT CHARSET=latin1;
    548548
     
    718718  `id_parz` int(11) NOT NULL,
    719719  `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',
    721721  `voti_uomini` int(7) NOT NULL DEFAULT '0',
    722722  `voti_donne` int(7) NOT NULL DEFAULT '0',
Note: See TracChangeset for help on using the changeset viewer.