View Single Post
  #3  
Old 01-31-2004, 04:59 AM
wize_one
Dragon
 
Join Date: Jan 2004
Location: LasShithole, NV
Posts: 520
Default

the fields are there in the database..hmmm

Quote:
--
-- Table structure for table 'petitions'
--

CREATE TABLE petitions (
dib int(10) unsigned NOT NULL auto_increment,
petid int(10) unsigned NOT NULL default '0',
charname varchar(32) NOT NULL default '',
accountname varchar(32) NOT NULL default '',
lastgm varchar(32) NOT NULL default '',
petitiontext text NOT NULL,
gmtext text,
zone varchar(32) NOT NULL default '',
urgency int(11) NOT NULL default '0',
charclass int(11) NOT NULL default '0',
charrace int(11) NOT NULL default '0',
charlevel int(11) NOT NULL default '0',
checkouts int(11) NOT NULL default '0',
unavailables int(11) NOT NULL default '0',
ischeckedout tinyint(4) NOT NULL default '0',
senttime bigint(11) NOT NULL default '0',
PRIMARY KEY (dib),
KEY petid (petid)
) TYPE=MyISAM COMMENT='Table for Petitions';
__________________
Perfect quote from another site: it's immature pricks who refuse to read the numerous stickies in every forum pointing out what to do and what not to do that get flamed. Grow up and learn to do your fucking homework before opening your cake hole, junior. EQEmu doesn't like you anymore, and that's why you're getting errors. So go away.
__________________
Reply With Quote