More CRUD, almost done...
This commit is contained in:
parent
e4046964f0
commit
71f006cbeb
4 changed files with 129 additions and 24 deletions
|
@ -88,7 +88,7 @@ CREATE TABLE Node (
|
|||
|
||||
CREATE TABLE Rule (
|
||||
networkId char(16) NOT NULL,
|
||||
ordering integer NOT NULL DEFAULT(0),
|
||||
ruleId integer NOT NULL,
|
||||
nodeId char(10),
|
||||
vlanId integer,
|
||||
vlanPcp integer,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue