1
mirror of https://github.com/jlelse/GoBlog synced 2024-06-01 12:34:26 +00:00
GoBlog/dbmigrations/00013.sql

1 line
163 B
SQL

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