Module: HasArrayScopes::Taggable
- Defined in:
- lib/has_array_scopes/taggable.rb
Defined Under Namespace
Modules: ClassMethod
Constant Summary collapse
- TYPE_MATCHER =
{ string: "varchar", text: "text", integer: "integer", bigint: "bigint", uuid: "uuid", boolean: "boolean", float: "float", decimal: "numeric" }.freeze