GoBlog/dbmigrations/00010.sql

1 line
149 B
SQL

create table comments (id integer primary key autoincrement, target text not null, name text not null, website text not null, comment text not null);