3 lines
73 B
MySQL
3 lines
73 B
MySQL
|
-- AlterTable
|
||
|
ALTER TABLE "Car" ALTER COLUMN "stLoseBits" SET DEFAULT 0;
|