feat: assign mac / gateway

This commit is contained in:
2024-11-29 11:18:02 +00:00
parent 1cc4d40082
commit 06d8339653
14 changed files with 238 additions and 16 deletions

View File

@ -0,0 +1,4 @@
alter table ip_range
add column gateway varchar(255) not null;
alter table vm
add column mac_address varchar(20) not null;