GoBlog/dbmigrations/00011.sql

1 line
109 B
SQL

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