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

10 lines
252 B
SQL
Raw Normal View History

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