serve-lunasqu.ee/applications/tempfiles/migrations/003-shorten.sql

12 lines
104 B
MySQL
Raw Permalink Normal View History

2020-01-06 20:05:28 +00:00
-- Up
CREATE TABLE Short (
url TEXT,
hash TEXT,
timeat TEXT,
ip TEXT
);
-- Down
DROP TABLE Short;