jws-backend/prisma/migrations/20240611081013_restructure_database/migration.sql
2024-06-11 15:12:09 +07:00

11 lines
312 B
SQL

/*
Warnings:
- Added the required column `code` to the `CustomerBranch` table without a default value. This is not possible if the table is not empty.
*/
-- AlterTable
ALTER TABLE "CustomerBranch" ADD COLUMN "code" TEXT NOT NULL;
-- AlterTable
ALTER TABLE "Product" ADD COLUMN "attributes" JSONB;