index
:
53hornet/theglassyladies
dev
master
refresh
ssr
Source for theglassyladies.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dichroism
/
migrations
/
2020-10-04-235458_create_images
/
up.sql
blob: 7e92e5721b7259175e1ac5b8b00f78dac4e8da73 (
plain
) (
blame
)
1
2
3
4
5
CREATE TABLE "images" ( "id" INTEGER NOT NULL, "path" TEXT NOT NULL, PRIMARY KEY("id") )