@api semipublic
# File lib/dm-migrations/adapters/dm-mysql-adapter.rb, line 26 26: def field_exists?(storage_name, field) 27: result = select("SHOW COLUMNS FROM #{quote_name(storage_name)} LIKE ?", field).first 28: result ? result.field == field : false 29: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.