diff --git a/server/migrations/2020-03-11-005217_channels/up.sql b/server/migrations/2020-03-11-005217_channels/up.sql index 7ab7cce..1579fa0 100644 --- a/server/migrations/2020-03-11-005217_channels/up.sql +++ b/server/migrations/2020-03-11-005217_channels/up.sql @@ -1,7 +1,7 @@ CREATE TABLE IF NOT EXISTS `channels` ( `id` INTEGER NOT NULL auto_increment, `name` VARCHAR(255) NOT NULL, - `kind` INTEGER NOT NULL, `description` VARCHAR(1024), + `kind` INTEGER NOT NULL, PRIMARY KEY(`id`) ); \ No newline at end of file