1
mirror of https://github.com/jlelse/GoBlog synced 2024-05-29 07:54:27 +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 '');