Jump to content

My column doesn't work?


Fedor

Recommended Posts

I don't know why, I hope you can help me.

 

CREATE TABLE IF NOT EXISTS `userdata` (

  `Name` text NOT NULL,
  `Inventory` text NOT NULL,
  `Phonenumber` text NOT NULL,
  `Geld` int(30) NOT NULL DEFAULT '250',
  `Bankgeld` int(50) NOT NULL DEFAULT '500',
  `Fraktion` double NOT NULL DEFAULT '0',
  `Rank` double NOT NULL DEFAULT '0',
  `Spawnkoords` varchar(50) NOT NULL DEFAULT '0|0|1338.2893066406|-1773.7534179688|13.552166938782|0',
  `Skin` varchar(50) NOT NULL DEFAULT '137',
  `Geschlecht` text NOT NULL,
  `Jailzeit` double NOT NULL DEFAULT '0',
  `Wanteds` varchar(50) NOT NULL DEFAULT '0',
  `ActiveQuests` text NOT NULL,
  `FinishedQuests` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

 

 

MySQL Error:

INSERT INTO userdata (`Name`, `Inventory`, `Phonenumber`, `Geld`, `Bankgeld`, `Fraktion`, `Rank`, `Spawnkoords`, `Skin`, `Geschlecht`, `Jailtime`, `Wanteds`, `ActiveQuests`, `FinishedQuests`) VALUES
('', (SELECT MAX(ID) FROM `Inventory`), '', '250', '500', '0', '0', '0|0|1338.2893066406|-1773.7534179688|13.552166938782|0', '137', '', '0', '0', '[ [ ] ]', '[ [ ] ]');

 

MySQL reported: dot.gif

#1054 - Unknown column 'Spawnkoords' in 'field list' 

Link to comment
Share on other sites


Strange, it should be "jailtime" giving that error. You have "jailzeit" in the table.

Thanks, but the error is still there.

btw. It's the same error. :(

 

#1054 - Unknown column 'Spawnkoords' in 'field list' 

 

'@Barand'

@Barand

Edited by Fedor
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.