mirror of
https://github.com/shiroikitsu8/Bayshore_6r_legacy.git
synced 2024-12-04 20:08:00 +01:00
4 lines
121 B
SQL
4 lines
121 B
SQL
-- AlterTable
|
|
ALTER TABLE "Car" ALTER COLUMN "stLoseBits" SET DEFAULT 0,
|
|
ALTER COLUMN "stLoseBits" SET DATA TYPE BIGINT;
|