1
mirror of https://github.com/jlelse/GoBlog synced 2024-05-29 07:34:27 +00:00
GoBlog/dbmigrations/00010.sql

1 line
149 B
MySQL
Raw Normal View History

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