Class: SchemaComments::SchemaDumper::Mysql

Inherits:
SchemaComments::SchemaDumper show all
Includes:
ActiveRecord::ConnectionAdapters::ColumnDumper
Defined in:
lib/schema_comments/schema_dumper/mysql.rb

Instance Method Summary collapse

Methods inherited from SchemaComments::SchemaDumper

dump, #dump

Instance Method Details

#schema_default(column) ⇒ Object



10
11
12
# File 'lib/schema_comments/schema_dumper/mysql.rb', line 10

def schema_default(column)
  default_string(column.default)
end