--created_at= Provide the name of the column you want mapped to created_at
--updated_at= Provide the name of the column you want mapped to updated_at
--add_timestamps Add a table modification to the migration to create timestamps in the table separate from the table creation (which is wrapped to only run when the table doesn't exist) if those fields don't already exist in the table.
--add_deletes Add soft deletes to the model and migration if it doesn't already exist int he table.
--created_at= Provide the name of the column you want mapped to created_at
--updated_at= Provide the name of the column you want mapped to updated_at
--add_timestamps Add a table modification to the migration to create timestamps in the table separate from the table creation (which is wrapped to only run when the table doesn't exist) if those fields don't already exist in the table.
--add_deletes Add soft deletes to the model and migration if it doesn't already exist int he table.
Anything else?