1
Fork 0
photoview/api/database/migrations/0002_photo.down.sql

4 lines
88 B
SQL

DROP TABLE IF EXISTS photo;
DROP TABLE IF EXISTS album;
DROP TABLE IF EXISTS photo_url;