1
mirror of https://github.com/jlelse/GoBlog synced 2024-06-01 23:24:28 +00:00
GoBlog/dbmigrations/00013.sql

1 line
163 B
MySQL
Raw Normal View History

create table sessions (id integer primary key autoincrement, data text default '', created text default '', modified datetime default '', expires text default '');