1
mirror of https://github.com/jlelse/GoBlog synced 2024-05-29 10:24:28 +00:00
GoBlog/dbmigrations/00008.sql

1 line
96 B
SQL

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