Files
psp_api/prisma/migrations/20251208153603_apply_views/migration.sql
T

10 lines
255 B
SQL
Raw Normal View History

/*
Warnings:
- Added the required column `avgCost` to the `Stock_Movements` table without a default value. This is not possible if the table is not empty.
*/
-- AlterTable
ALTER TABLE `Stock_Movements` ADD COLUMN `avgCost` DECIMAL(10, 2) NOT NULL;