Libraries
»
schema_plus_core
(2.0.1)
»
Index (S)
»
SchemaPlus
»
Core
»
SqlStruct
Module: SchemaPlus::Core::SqlStruct
Defined in:
lib/schema_plus/core/sql_struct.rb
Defined Under Namespace
Classes:
Table
Constant Summary
collapse
IndexComponents =
KeyStruct
[
:name
,
:type
,
:columns
,
:options
,
:algorithm
,
:using
]