Changeset 221 for trunk/install
- Timestamp:
- Jun 1, 2014, 10:33:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/install/sql/eleonline.sql
r211 r221 107 107 -- Table structure for table `soraldo_doc_cons` 108 108 -- 109 110 DROP TABLE IF EXISTS `soraldo_ele_controllosez`; 111 create table soraldo_ele_controllosez ( 112 id_sez int(11), 113 id_cons int(11), 114 stato_aff int(1), 115 stato_val int(1), 116 stato_gru int(1), 117 stato_lis int(1), 118 stato_can int(1), 119 primary key (id_sez) 120 ) ENGINE=MyISAM DEFAULT CHARSET=latin1; 121 122 109 123 110 124 DROP TABLE IF EXISTS `soraldo_doc_cons`;
Note:
See TracChangeset
for help on using the changeset viewer.