class DbSchema::Definitions::NullField
Public Class Methods
new()
click to toggle source
Calls superclass method
DbSchema::Definitions::Field::Base::new
# File lib/db_schema/definitions/field/base.rb, line 102 def initialize super(nil) end