sql stuff
This commit is contained in:
@@ -5,6 +5,11 @@ exports.up = async knex => {
|
||||
table.timestamps();
|
||||
|
||||
table.binary('data').notNullable();
|
||||
table.boolean('open')
|
||||
.defaultTo(true)
|
||||
.notNullable();
|
||||
|
||||
// table.boolean('active').notNullable();
|
||||
});
|
||||
|
||||
await knex.schema.createTable('players', table => {
|
||||
|
||||
Reference in New Issue
Block a user