Code like this: ``` ruby MyTable.create(:foo => :bar) ``` seems to be setting `foo` to `NULL`, not the string `bar`.