Please note that this crate is aimed to be simple and stick to a simple usage, no fancy configuration, only Pg with Text fields.
Pg
For a more advanced usage, see: adwhit/diesel-derive-enum
```rust
pub enum Role { Admin, User, } ```