James Carson

Results 2 issues of James Carson

In ```auto_upgrade!``` if you choose a field with type :boolean it will call ```connection.add_column table_name, column.name, column.type.to_sym, options``` However, options will include ```:limit => 1``` and in turn it will...