brand-master/backend/migrations/003_add_stock_to_model.sql
2026-05-03 04:56:48 +03:00

3 lines
106 B
SQL

-- Add stock column to model table
ALTER TABLE model ADD COLUMN IF NOT EXISTS stock INTEGER DEFAULT NULL;