instance list
This commit is contained in:
@@ -33,7 +33,6 @@ exports.up = async knex => {
|
||||
await knex.schema.createTable('players', table => {
|
||||
table.uuid('id').primary();
|
||||
table.index('id');
|
||||
table.binary('data').notNullable();
|
||||
table.timestamps(true, true);
|
||||
|
||||
// the instance
|
||||
|
||||
Reference in New Issue
Block a user