1
mirror of https://github.com/jlelse/GoBlog synced 2024-06-01 09:04:27 +00:00
GoBlog/dbmigrations/00012.sql

1 line
84 B
SQL

create table persistent_cache (key text primary key, data blob, date text not null);