add NodeEntity
This commit is contained in:
7
cql/01-nodes.cql
Normal file
7
cql/01-nodes.cql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- Create a table
|
||||
CREATE TABLE IF NOT EXISTS device_configuration.nodes
|
||||
(
|
||||
id UUID PRIMARY KEY,
|
||||
timestamp TIMESTAMP,
|
||||
configuration TEXT
|
||||
);
|
||||
Reference in New Issue
Block a user