initial commit
This commit is contained in:
4
dev/crate/create-table
Executable file
4
dev/crate/create-table
Executable file
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE iss (
|
||||
timestamp TIMESTAMP GENERATED ALWAYS AS CURRENT_TIMESTAMP,
|
||||
position GEO_POINT
|
||||
);
|
||||
Reference in New Issue
Block a user