GoBlog/dbmigrations/00008.sql

1 line
96 B
MySQL
Raw Normal View History

create table shortpath (id integer primary key autoincrement, path text not null, unique(path));