Extend rain data type

This commit is contained in:
2019-08-29 22:24:58 -04:00
parent fa9dd15525
commit 23d1e779c1

View File

@@ -19,3 +19,5 @@
SatelliteCount int NOT NULL,
GpsTimestamp datetimeoffset NOT NULL
);
ALTER TABLE Reading ALTER COLUMN Rain decimal(3, 3);