Faction ID problem
#9

Dont mind the non alligment, I had to crop pictures & put them together since the table is quite big
http://imgur.com/SrDz4Ui

Also if this makes any sense

PHP код:
CREATE TABLE `factions` (
    `
IDINT(10NOT NULL AUTO_INCREMENT,
    `
NameVARCHAR(128NULL DEFAULT '0',
    `
EnterXFLOAT NULL DEFAULT '0',
    `
EnterYFLOAT NULL DEFAULT '0',
    `
EnterZFLOAT NULL DEFAULT '0',
    `
ExitXFLOAT NULL DEFAULT '0',
    `
ExitYFLOAT NULL DEFAULT '0',
    `
ExitZFLOAT NULL DEFAULT '0',
    `
InteriorINT(10NULL DEFAULT '0',
    `
WorldINT(10NULL DEFAULT '0',
    `
Rank1VARCHAR(24NULL DEFAULT '0',
    `
Rank2VARCHAR(24NULL DEFAULT '0',
    `
Rank3VARCHAR(24NULL DEFAULT '0',
    `
Rank4VARCHAR(24NULL DEFAULT '0',
    `
Rank5VARCHAR(24NULL DEFAULT '0',
    `
Rank6VARCHAR(24NULL DEFAULT '0',
    `
Rank7VARCHAR(24NULL DEFAULT '0',
    `
Rank8VARCHAR(24NULL DEFAULT '0',
    `
Rank9VARCHAR(24NULL DEFAULT '0',
    `
Rank10VARCHAR(24NULL DEFAULT '0',
    `
FactionBankINT(10NULL DEFAULT '0',
    `
DeagleAmmoINT(10NULL DEFAULT '0',
    `
M4AmmoINT(10NULL DEFAULT '0',
    `
ShotgunAmmoINT(10NULL DEFAULT '0',
    `
SniperAmmoINT(10NULL DEFAULT '0',
    `
CocaineSmuggledWhenINT(15NULL DEFAULT '0',
    `
TypeINT(2NULL DEFAULT '0',
    `
CocaAmountINT(10NULL DEFAULT '0',
    
PRIMARY KEY (`ID`)
)
COLLATE='latin1_swedish_ci'
ENGINE=InnoDB

Reply


Messages In This Thread
Faction ID problem - by TwinkiDaBoss - 05.01.2016, 17:40
Re: Faction ID problem - by Jefff - 05.01.2016, 17:46
Re: Faction ID problem - by TwinkiDaBoss - 05.01.2016, 17:53
Re: Faction ID problem - by justinnater - 05.01.2016, 18:16
Re: Faction ID problem - by TwinkiDaBoss - 05.01.2016, 18:37
Re: Faction ID problem - by justinnater - 05.01.2016, 18:44
Re: Faction ID problem - by TwinkiDaBoss - 05.01.2016, 20:08
Re: Faction ID problem - by justinnater - 05.01.2016, 20:16
Re: Faction ID problem - by TwinkiDaBoss - 05.01.2016, 20:20
Re: Faction ID problem - by justinnater - 05.01.2016, 20:25

Forum Jump:


Users browsing this thread: 1 Guest(s)