Class: DbSchema::Definitions::NullField
- Inherits:
-
Field::Base
- Object
- Field::Base
- DbSchema::Definitions::NullField
- Defined in:
- lib/db_schema/definitions/field/base.rb
Instance Attribute Summary
Attributes inherited from Field::Base
Instance Method Summary collapse
-
#initialize ⇒ NullField
constructor
A new instance of NullField.
Methods inherited from Field::Base
#array?, #attributes, attributes, #custom?, default_attribute_values, #default_is_expression?, #null?, #options, #primary_key?, register, #type, type, valid_attributes, #with_attribute, #with_type
Constructor Details
#initialize ⇒ NullField
Returns a new instance of NullField.
99 100 101 |
# File 'lib/db_schema/definitions/field/base.rb', line 99 def initialize super(nil) end |