mirror of
https://github.com/EdiFarcas/Giveaway-app.git
synced 2026-06-22 07:00:57 +03:00
9 lines
164 B
SQL
9 lines
164 B
SQL
/*
|
|
Warnings:
|
|
|
|
- You are about to drop the `Video` table. If the table is not empty, all the data it contains will be lost.
|
|
|
|
*/
|
|
-- DropTable
|
|
DROP TABLE "Video";
|