Use strictly correct integer types in db
Opened this issue · 0 comments
rakshasa commented
Several columns in the database, e.g. port_number, tcp/udp port, etc, have a strictly defined value ranges.
The db schema should reflect this, in addition to verifying potential out-of-range in model and node_api to avoid overflows.