Description:
Creates database migrations for Simbiotes tables
Example:
rails generate simbiotes:migration AddAttributeToTableName attribute:type attribute:type ... attribute:type This will create: db/migrate/{datetime_string}_migration_name.rb The AddAttributeToTableName argument is flexible, but expects an existing Simbiotes table name after the "To" portion of the name.