• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Help please.

Imfreezing

Krossa Kapitalismen
Joined
Jun 7, 2012
Messages
1,009
Solutions
1
Reaction score
88
Location
Edron
Yo everyone,This is a little bit nooby question,but everyone had been new ^^ (I hope) btw,how to add an Table?, i wanna add
PHP:
CREATE TABLE `lotto_fate` (
  `player_id` bigint(255) NOT NULL,
  `time` int(15) NOT NULL COMMENT '\r\n',
  `numbers` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

CREATE TABLE `lotto_result` (
  `time` int(15) NOT NULL,
  `numbers` text NOT NULL,
  `rate` bigint(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
but where should i add? table.jpg
REP for help+++
 
Back
Top