Files
2025-11-23 18:58:51 +01:00

5 lines
120 B
Plaintext
Executable File

CREATE TABLE iss (
timestamp TIMESTAMP GENERATED ALWAYS AS CURRENT_TIMESTAMP,
position GEO_POINT
);