aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb
Commit message (Expand)AuthorAgeFilesLines
* Add documentation for add_index and remove_index. Closes #3600.Marcel Molina2006-01-251-1/+11
* Document :force option to create_table. References #2921.Jeremy Kemper2005-11-171-0/+3
* Added migration support for Oracle (closes #2647) [Michael Schoen]David Heinemeier Hansson2005-10-291-1/+1
* Fixed SQL Server adapter so it honors options[:conditions] when applying :lim...David Heinemeier Hansson2005-10-281-1/+1
* Added migration support to SQL Server adapter (please someone do the same for...David Heinemeier Hansson2005-10-281-6/+8
* Add rename_table to mysql, sqlite and postgres adapters for use in migrationsTobias Lütke2005-10-061-1/+8
* Added :force option to create_table that'll try to drop the table if it alrea...David Heinemeier Hansson2005-10-061-0/+5
* Add extensive documentation to the ActiveRecord::AbstractAdapter. #2250Marcel Molina2005-09-271-18/+114
* Make migrations honor table name prefixes and suffixes.Marcel Molina2005-09-261-3/+3
* Get rid of warnings generated by calling obsolete .to_a method on a SymbolMarcel Molina2005-09-261-4/+4
* Refactored the AbstractAdapter to be a lot less scary. Cleaned up the docs an...David Heinemeier Hansson2005-09-251-0/+137