4 lines
84 B
SQL
4 lines
84 B
SQL
ALTER TABLE "hosts"
|
|
ADD COLUMN "nat_bind_ip" TEXT,
|
|
ADD COLUMN "nat_bind_ipv6" TEXT;
|