1 line
112 B
SQL
1 line
112 B
SQL
create table Events ( id integer primary key autoincrement, timestamp integer, message text, server_id integer ) |