GoBlog/dbmigrations/00012.sql

1 line
84 B
MySQL
Raw Normal View History

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