3 lines
106 B
SQL
3 lines
106 B
SQL
-- Add stock column to model table
|
|
ALTER TABLE model ADD COLUMN IF NOT EXISTS stock INTEGER DEFAULT NULL;
|