1
mirror of https://github.com/jlelse/GoBlog synced 2024-05-29 11:24:28 +00:00
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);