low_card_tables
low_card_tables copied to clipboard
Creating low-card columns with symbols doesn't seem to work
Code like this:
MyTable.create(:foo => :bar)
seems to be setting foo
to NULL
, not the string bar
.