1
0
mirror of synced 2025-01-23 23:04:07 +01:00
2023-03-30 13:15:45 +07:00

6 lines
157 B
SQL

-- AlterTable
ALTER TABLE "Car" ALTER COLUMN "stLoseBits" SET DEFAULT 0;
-- AlterTable
ALTER TABLE "CarCrownDetect" ADD COLUMN "opponentCarId" INTEGER;