Description:
    Generates the migration to create a collection_audits table.

Example:
    ./script/generate audited_collection_migration add_collection_audits_table

    This will create:
        db/migrate/*_add_collection_audits_table.rb

	Run "rake db:migrate" to update your database.
