Files
psp_api/prisma/migrations/20251230154405_update/migration.sql
T

3 lines
111 B
SQL
Raw Normal View History

-- AlterTable
ALTER TABLE `Products` ADD COLUMN `minimumStockAlertLevel` DECIMAL(10, 0) NOT NULL DEFAULT 1.00;