Skip to content

Commit a8ffbf2

Browse files
authored
Update create_testdata.sql
1 parent c0a8a9d commit a8ffbf2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

testdata/create_testdata.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ CREATE TABLE mydata(
77
geom geometry(POINTZ, 4326),
88
scale double precision,
99
scale_non_uniform double precision[3],
10-
yaw numeric default 0,
11-
pitch numeric default 0,
12-
roll numeric default 0,
10+
0::numeric AS yaw,
11+
0::numeric AS pitch,
12+
0::numeric AS roll,
1313
model varchar,
1414
tags json
1515
);

0 commit comments

Comments
 (0)