module Granite::Converters::Enum(E, T)
Overview
Converts an Enum of type E
to/from a database column of type T
.
Valid types for T
include: Number
, String
, and Bytes
.
Converts an Enum of type E
to/from a database column of type T
.
Valid types for T
include: Number
, String
, and Bytes
.