pub trait Add { type Rhs; type Output; }
Represents SQL types which can be added.
The SQL type which can be added to this one
The SQL type of the result of adding Rhs to Self
Rhs
Self