Allow port field to be NULL (using default port in that case).
This commit is contained in:
@@ -22,7 +22,6 @@ CREATE TABLE ident_switch
|
|||||||
NOT NULL,
|
NOT NULL,
|
||||||
port
|
port
|
||||||
integer
|
integer
|
||||||
NOT NULL
|
|
||||||
CHECK(port > 0 AND port <= 65535),
|
CHECK(port > 0 AND port <= 65535),
|
||||||
delimiter
|
delimiter
|
||||||
char(1),
|
char(1),
|
||||||
|
|||||||
Reference in New Issue
Block a user