root/modules/branches/2.2/miscdests/install.sql

Revision 1566, 181 bytes (checked in by mheydon1973, 7 years ago)

only seems to work on all one line

  • Property svn:mime-type set to text/html
  • Property svn:eol-style set to native
Line 
1 CREATE TABLE IF NOT EXISTS `miscdests` ( `id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY , `description` VARCHAR( 100 ) NOT NULL , `destdial` VARCHAR( 100 ) NOT NULL ) TYPE = MYISAM ;
Note: See TracBrowser for help on using the browser.