Show
Ignore:
Timestamp:
06/19/07 11:42:59 (6 years ago)
Author:
diego_iastrubni
Message:

fix for ticket:1783 - the module now works with sqlite3

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.3/inventorydb/install.sql

    r2011 r4079  
    1 CREATE TABLE IF NOT EXISTS inventorydb ( 
    2  id int UNIQUE AUTO_INCREMENT, 
    3  empnum varchar(10) null, 
    4  empname varchar(20) not null, 
    5  building varchar(150) null, 
    6  floor varchar(10) null, 
    7  room varchar(10) null, 
    8  section varchar(6) null, 
    9  cubicle varchar(6) null, 
    10  desk varchar(6) null, 
    11  exten  varchar(8) null, 
    12  phusername varchar(10) null,  
    13  phpassword varchar(10) null, 
    14  mac varchar(18) null, 
    15  serial varchar(20) null,  
    16  device varchar(20) null,  
    17  distdate varchar(10) null,  
    18  ip varchar(14) null,  
    19  pbxbox varchar(20) null, 
    20  extrainfo varchar(256) null 
    21  ); 
     1# see install.php