Description:

Creates database migrations for Apiotics tables

Example:

rails generate apiotics: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 Apiotics table name after the "To" portion of the name.