GoBlog/dbmigrations/00008.sql

1 line
96 B
SQL

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