Now using macaddr datatype and added test for adding devices and displaynames
All checks were successful
Build Project / test (push) Successful in 6m32s
All checks were successful
Build Project / test (push) Successful in 6m32s
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
-- Add migration script here
|
||||
CREATE TABLE Devices (
|
||||
ID CHAR(32) PRIMARY KEY,
|
||||
ID MACADDR PRIMARY KEY,
|
||||
display_name VARCHAR(255)
|
||||
);
|
||||
Reference in New Issue
Block a user