Files
crimson-vault/migrations/20250616151658.sql
T
2025-06-16 16:41:02 +01:00

3 lines
93 B
SQL

-- Add column "price" to table: "items"
ALTER TABLE `items` ADD COLUMN `price` integer NULL;