Skip to content

Commit

Permalink
feat: transform mac address from locals into unique key
Browse files Browse the repository at this point in the history
  • Loading branch information
Snootic committed Jul 26, 2024
1 parent 62323b6 commit 7c9aec8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create table if not exists locals(
id bigint not null auto_increment,
name varchar(255) not null,
mac varchar(255) not null,
mac varchar(255) not null UNIQUE,
dtcreate datetime not null,
dtupdate datetime,

Expand Down

0 comments on commit 7c9aec8

Please sign in to comment.