Files
hlaeja-device-configuration/cql/01-nodes.cql
2024-11-30 17:49:58 +01:00

8 lines
165 B
SQL

-- Create a table
CREATE TABLE IF NOT EXISTS device_configuration.nodes
(
id UUID PRIMARY KEY,
timestamp TIMESTAMP,
configuration TEXT
);