GoBlog/dbmigrations/00014.sql

1 line
116 B
MySQL
Raw Permalink Normal View History

create table queue (id integer primary key autoincrement, name text not null, content blob, schedule text not null);