Method: MySQLExpectations::Table#collation
- Defined in:
- lib/mysql_expectations/table.rb
#collation ⇒ Object
63 64 65 66 |
# File 'lib/mysql_expectations/table.rb', line 63 def collation = @table_element.elements['options'] .attributes['Collation'] if end |