Jump to content
  • 0

[HELP]Deite Pleaseee


Question

6 answers to this question

Recommended Posts

  • 0
Posted

koita apoti 3erw einai ligo diskolo... dn 3erw akrivws pws alla apo ena table pou eftia3a gia ena custom table pou ithela arxize kapws etc...  

SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for `to name tou table`
-- ----------------------------
DROP TABLE IF EXISTS `to name tou table pou thes`;
CREATE TABLE `to name tou table` (
 `name` varchar(22) default NULL,
 `title` varchar(22) default NULL,
 `sex` decimal(22,0) NOT NULL default '0',
 `hair` decimal(22,0) NOT NULL default '0',
 `hairColor` decimal(22,0) NOT NULL default '0',
 `face` decimal(22,0) NOT NULL default '0',
 `classId` decimal(22,0) NOT NULL default '0',
 `npcId` decimal(22,0) NOT NULL default '0',
 `weaponIdRH` decimal(22,0) NOT NULL default '0',
 `weaponIdLH` decimal(22,0) NOT NULL default '0',
 `weaponIdEnc` decimal(22,0) NOT NULL default '0',
 `armorId` decimal(22,0) NOT NULL default '0',
 `head` decimal(22,0) NOT NULL default '0',
 `hats` decimal(22,0) NOT NULL default '0',
 `faces` decimal(22,0) NOT NULL default '0',
 `chest` decimal(22,0) NOT NULL default '0',
 `legs` decimal(22,0) NOT NULL default '0',
 `gloves` decimal(22,0) NOT NULL default '0',
 `feet` decimal(22,0) NOT NULL default '0',
 `abnormalEffect` decimal(22,0) NOT NULL default '0',
 `pvpFlag` decimal(22,0) NOT NULL default '0',
 `karma` decimal(22,0) NOT NULL default '0',
 `recom` decimal(22,0) NOT NULL default '0',
 `clan` decimal(22,0) NOT NULL default '0',
 `isHero` decimal(22,0) NOT NULL default '0',
 `pledge` decimal(22,0) NOT NULL default '0',
 `nameColor` decimal(22,0) NOT NULL default '0',
 `titleColor` decimal(22,0) NOT NULL default '0',
 PRIMARY KEY  (`classId`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

kai sta alla vazeis tis pliroforeies pou thes na periexei mesa to table...

Guest
This topic is now closed to further replies.
×
×
  • Create New...