source: trunk/sql/aggiornamento-2.0_2014-06-01.sql@ 354

Last change on this file since 354 was 222, checked in by roby, 10 years ago

file di aggiornamento sql della rev 221

File size: 294 bytes
Line 
1
2DROP TABLE IF EXISTS `soraldo_ele_controllosez`;
3create table soraldo_ele_controllosez (
4id_sez int(11),
5 id_cons int(11),
6 stato_aff int(1),
7 stato_val int(1),
8 stato_gru int(1),
9 stato_lis int(1),
10 stato_can int(1),
11 primary key (id_sez)
12 ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
Note: See TracBrowser for help on using the repository browser.