Last change
on this file since 229 was 222, checked in by roby, 10 years ago |
file di aggiornamento sql della rev 221
|
File size:
294 bytes
|
Rev | Line | |
---|
[222] | 1 |
|
---|
| 2 | DROP TABLE IF EXISTS `soraldo_ele_controllosez`;
|
---|
| 3 | create table soraldo_ele_controllosez (
|
---|
| 4 | id_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.