5 lines
112 B
SQL
5 lines
112 B
SQL
-- Add migration script here
|
|
CREATE TABLE Devices (
|
|
ID MACADDR PRIMARY KEY,
|
|
display_name VARCHAR(255)
|
|
); |