1
0
mirror of synced 2025-02-02 12:47:21 +01:00

4 lines
121 B
MySQL
Raw Normal View History

2022-07-18 13:04:13 +01:00
-- AlterTable
ALTER TABLE "Car" ALTER COLUMN "stLoseBits" SET DEFAULT 0,
ALTER COLUMN "stLoseBits" SET DATA TYPE BIGINT;