switched the order fields to match what rust typles expect
This commit is contained in:
parent
50962598e5
commit
17a23d41f5
@ -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`)
|
||||
);
|
Loading…
Reference in New Issue
Block a user