[ PHPXref.com ] [ Generated: Sun Jul 20 19:12:48 2008 ] [ OSC 2.0.5 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/SQL/ -> Upgrade-from-1.2.x_1.3.0.sql (source)

   1  # Connection: lapdog

   2  # Host: localhost

   3  # Saved: 2004-11-04 12:55:57

   4  # 

   5  # Host: localhost
   6  # Database: infocentral
   7  # Table: 'church_chu'
   8  # 
   9  CREATE TABLE `church_chu` (
  10    `chu_Church_ID` int(11) NOT NULL auto_increment,
  11    `chu_Church_Name` varchar(100) NOT NULL default '',
  12    `chu_Church_Address1` varchar(100) NOT NULL default '',
  13    `chu_Church_Address2` varchar(100) NOT NULL default '',
  14    `chu_Church_City` varchar(100) NOT NULL default '',
  15    `chu_Church_State` varchar(100) NOT NULL default '',
  16    `chu_Church_postalcode` varchar(100) NOT NULL default '',
  17    `chu_Church_phone` varchar(100) NOT NULL default '',
  18    PRIMARY KEY  (`chu_Church_ID`)
  19  ) TYPE=MyISAM; 
  20  


[ Powered by PHPXref - Served by Debian GNU/Linux ]