GoBlog/dbmigrations/00014.sql

1 line
116 B
SQL

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