ammoSave/SQl Script/SQLScript.txt

4 lines
81 B
Plaintext
Raw Permalink Normal View History

2017-11-04 23:33:26 +00:00
ALTER TABLE vehicle
ADD ammo text
NOT NULL;
UPDATE vehicle SET ammo='[]'