Files
BeWoPlaner/Model/Changes_2023_03_20_Address_Längengrad.txt

4 lines
240 B
Plaintext
Raw Normal View History

2023-04-11 15:26:58 +02:00
ALTER TABLE `address`
ADD COLUMN `Latitude` DECIMAL(8,6) NULL DEFAULT NULL AFTER `AddressLine2`,
ADD COLUMN `Longitude` DECIMAL(9,6) NULL DEFAULT NULL AFTER `Latitude`,
ADD COLUMN `L_Version` BIGINT(19) NULL DEFAULT NULL AFTER `Longitude`;