Ignore:
Timestamp:
May 14, 2019, 11:56:26 PM (5 years ago)
Author:
roby
Message:
 
File:
1 edited

Legend:

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

    r281 r307  
    134134  `id_cons` int(11) NOT NULL DEFAULT '0',
    135135  `id_lista` int(11) NOT NULL DEFAULT '0',
    136   `num_lista` int(2) UNSIGNED NOT NULL,
     136  `num_lista` int(2) UNSIGNED NOT NULL DEFAULT '0',
    137137  `cognome` varchar(50) DEFAULT NULL,
    138138  `nome` varchar(50) DEFAULT NULL,
     
    447447  `num_lista` int(7) NOT NULL DEFAULT '0',
    448448  `id_gruppo` int(11) NOT NULL DEFAULT '0',
    449   `num_gruppo` int(2) UNSIGNED NOT NULL,
     449  `num_gruppo` int(2) UNSIGNED NOT NULL DEFAULT '0',
    450450  `id_circ` int(11) NOT NULL DEFAULT '0',
    451451  `num_circ` int(2) UNSIGNED NOT NULL,
Note: See TracChangeset for help on using the changeset viewer.