We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a8a9d commit a8ffbf2Copy full SHA for a8ffbf2
1 file changed
testdata/create_testdata.sql
@@ -7,9 +7,9 @@ CREATE TABLE mydata(
7
geom geometry(POINTZ, 4326),
8
scale double precision,
9
scale_non_uniform double precision[3],
10
- yaw numeric default 0,
11
- pitch numeric default 0,
12
- roll numeric default 0,
+ 0::numeric AS yaw,
+ 0::numeric AS pitch,
+ 0::numeric AS roll,
13
model varchar,
14
tags json
15
);
0 commit comments