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