include/drivers/mysql/mysql_indexes.rb in baza-0.0.0 vs include/drivers/mysql/mysql_indexes.rb in baza-0.0.1
- old
+ new
@@ -40,11 +40,11 @@
end
end
def data
return {
- "name" => name,
- "columns" => @columns
+ :name => name,
+ :columns => @columns
}
end
#Returns true if the index is a unique-index.
def unique?
\ No newline at end of file