1
mirror of https://github.com/jlelse/GoBlog synced 2024-05-29 11:44:27 +00:00
GoBlog/dbmigrations/00011.sql

1 line
109 B
MySQL
Raw Normal View History

create table notifications (id integer primary key autoincrement, time integer not null, text text not null);