Description:

Creates a database table with attributes that Simbiotes requires.

Example:

rails generate simbiotes:create_table Table attribute:type attribute:type ... attribute:type

This will create:
    db/migrate/{datetime_stamp}_create_table.rb
                            db/migrate/{datetime_stamp}_create_table_logs.rb