root/modules/branches/2.1/pinsets/install.sql

Revision 1912, 212 bytes (checked in by qldrob, 7 years ago)

Fix pinsets so install is standard

  • Property svn:mime-type set to text/plain
  • Property svn:eol-style set to native
Line 
1 CREATE TABLE IF NOT EXISTS pinsets ( pinsets_id INT NOT NULL AUTO_INCREMENT PRIMARY KEY , passwords LONGTEXT, description VARCHAR( 50 ) , addtocdr TINYINT( 1 ) , deptname VARCHAR( 50 ) , used_by VARCHAR( 255 ));
Note: See TracBrowser for help on using the browser.