mirror of
https://github.com/hazemKrimi/crimson-vault.git
synced 2026-05-01 18:20:27 +00:00
3 lines
93 B
SQL
3 lines
93 B
SQL
-- Add column "price" to table: "items"
|
|
ALTER TABLE `items` ADD COLUMN `price` integer NULL;
|