Description:
Creates a database table with attributes that Apiotics requires.
Example:
rails generate apiotics: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