1
mirror of https://github.com/jlelse/GoBlog synced 2024-06-01 07:04:28 +00:00
GoBlog/dbmigrations/00014.sql

1 line
116 B
MySQL
Raw Normal View History

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