Open trevyn opened 2 years ago
if let Some(rowid) = select!(Option<_turbonet_peers.rowid> "WHERE ip = " ip)? {
vs
if let Some(_turbonet_peers { rowid, .. }) = select!(Option<_turbonet_peers> "WHERE ip = " ip)? {
I think this is also why we have that detailed columntype info in the migrations.toml
vs
I think this is also why we have that detailed columntype info in the migrations.toml