diff --git a/db/migrations/20200901201805_1.1.0.js b/db/migrations/20200901201805_1.1.0.js index 625ef02..f1190d5 100644 --- a/db/migrations/20200901201805_1.1.0.js +++ b/db/migrations/20200901201805_1.1.0.js @@ -9,7 +9,7 @@ exports.up = function (knex) { table.string('id', 255).primary() table.string('channel', 255).notNullable() - table.string('room', 10).notNullable() + table.string('room', 20).notNullable() table.foreign('room') .references('name') .inTable('rooms')