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

TFS 0.X [SQLite] -=[TFS]=- 0.4 8.60 HOW TO CREATE TABLE

You should put more effort into creating your threads; if no one understands what you want, then no one will be able to help you.
Like in this thread, what do you want? a table? any table?
SQL:
CREATE TABLE `table` (
) ENGINE=InnoDB DEFAULT CHARACTER SET=utf8;
or editing an existing table and adding a column to it?
SQL:
ALTER TABLE `guilds` ADD COLUMN `columnhere` VARCHAR(255);
That is the reply you would get with the amount of information you added to your thread.
 

Similar threads

Back
Top