aboutsummaryrefslogtreecommitdiff
path: root/migrations/20231009123228_devices.sql
diff options
context:
space:
mode:
Diffstat (limited to 'migrations/20231009123228_devices.sql')
-rw-r--r--migrations/20231009123228_devices.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/migrations/20231009123228_devices.sql b/migrations/20231009123228_devices.sql
new file mode 100644
index 0000000..5856c3a
--- /dev/null
+++ b/migrations/20231009123228_devices.sql
@@ -0,0 +1,7 @@
1-- Add migration script here
2CREATE TABLE "devices"
3(
4 "id" TEXT PRIMARY KEY NOT NULL,
5 "mac" TEXT NOT NULL,
6 "broadcast_addr" TEXT NOT NULL
7) \ No newline at end of file