Class: Scheman::Views::Mysql::AddField
- Inherits:
-
AlterTable
- Object
- Node
- AlterTable
- Scheman::Views::Mysql::AddField
- Defined in:
- lib/scheman/views/mysql.rb
Instance Method Summary collapse
Methods inherited from AlterTable
Methods inherited from Node
Constructor Details
This class inherits a constructor from Scheman::Views::Mysql::Node
Instance Method Details
#to_s ⇒ Object
155 156 157 |
# File 'lib/scheman/views/mysql.rb', line 155 def to_s "ADD COLUMN #{field_definition}" end |