• 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!

SQL table just disappeared how to replace?

Taurus

Texass
Joined
Jan 11, 2009
Messages
616
Solutions
2
Reaction score
30
Location
United States
In PhpMyAdmin how do I create the table "tile_store"?

I tried this query:
Code:
CREATE TABLE `tile_store` (
`house_id` int(11) NOT NULL,
`data` longblob NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

But this was just a guess, if anyone can help me replace this table, I'd really appreciate it.
 
Back
Top