activeuuid icon indicating copy to clipboard operation
activeuuid copied to clipboard

Can't use with add_column

Open zvozin opened this issue 14 years ago • 0 comments

Either undocumented, or doesn't work - can't tell.

Sample:

add_column :some_table, :some_field, :uuid

Since there also appears to be no way to create a MySQL BINARY(16) with add_column (:binary creates a BLOB), have to resort to raw SQL migrations. Would prefer not to.

zvozin avatar Dec 09 '11 02:12 zvozin