activeuuid
activeuuid copied to clipboard
Can't use with add_column
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.