CRUD
This commit is contained in:
parent
79f63ba30a
commit
103dcb072d
4 changed files with 72 additions and 32 deletions
|
@ -21,8 +21,7 @@ CREATE TABLE IpAssignmentPool (
|
|||
networkId char(16) NOT NULL,
|
||||
ipNetwork blob(16) NOT NULL,
|
||||
ipNetmaskBits integer NOT NULL,
|
||||
ipVersion integer NOT NULL DEFAULT(4),
|
||||
active integer NOT NULL DEFAULT(1)
|
||||
ipVersion integer NOT NULL DEFAULT(4)
|
||||
);
|
||||
|
||||
CREATE INDEX IpAssignmentPool_networkId ON IpAssignmentPool (networkId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue