When I try to remove_column on an nvarchar column with no null constraint and no default, I get an error trying to convert a String to an Integer on line 1040 of the sqlserver_adapter.rb. It looks like the stored proc is returning a hash inside a doubly nested array, while the original code expected a hash inside a single array?