I recently made my own server and all was well...HOWEVER, I cannot create a character because 'guild_data' was missing out of my DB. Well, I found something on the internet that looks like this
CREATE TABLE `guild_data` (
`guildid` int(30) NOT NULL,
`playerid` int(30) NOT NULL,
`guildRank` int(30) NOT NULL,
`publicNote` varchar(300) NOT NULL,
`officerNote` varchar(300) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
Now an error happens that says
"column count does not match value count at row 1"
I have no Idea as to what is causing this but if it had anything to do with the addition i made to my DB I dont know how to fix it so please post a reply! :]
p.s.[how I added the 'guild_data' to the char DB was I found the abouve code and got a Sql file, copied it and deleted everything in the copy to replace it with the code I found. Then I went to SQLyog and added the new sql file to my character DB]


Reply With Quote![[Ascent] Database Problem](http://ragezone.com/hyper728.png)


