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