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

Adding Codes to Sqlite S:

cesar10

Active Member
Joined
Aug 4, 2009
Messages
427
Reaction score
37
Hello, can anyone tell me how to add codes to sqlite? i want to add this:
Code:
CREATE TABLE player_orange ( 
    player_id INT(11)     NOT NULL DEFAULT (0),
    killer_id INT(11)     NOT NULL DEFAULT (0),
    time      BIGINT(20)  NOT NULL DEFAULT (0) );

but i cant find where D:

can someone please help me?
 
Back
Top