1
mirror of https://github.com/jlelse/GoBlog synced 2024-06-01 14:24:27 +00:00
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);