Here is the MySQL Snippet:
Code:
-- Host: localhost
-- Generation Time: Jun 27, 2007 at 08:52 AM
-- Server version: 5.0.18
-- PHP Version: 5.1.2
--
-- Table structure for table `opportunity`
--
CREATE TABLE `opportunity` (
`Id` varchar(18) NOT NULL default '',
`AccountId` varchar(18) default NULL,
`IsPrivate` char(5) default NULL,
.....