aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb
Commit message (Expand)AuthorAgeFilesLines
* Add Expression Indexes and Operator Classes support for PostgreSQLRyuta Kamizono2016-04-241-3/+17
* remove_index do not fetch indexes if name is specifiedSeva Orlov2016-04-241-1/+7
* Add `:nodoc:` to `insert_versions_sql` [ci skip]Ryuta Kamizono2016-04-241-1/+1
* Schema load: Fix dupe version insertJeremy Daer2016-04-221-1/+1
* https://github.com/rails/rails/commit/42dd2336b31a8d98776d039a2b9fd7f834156a7...Vipul A M2016-04-231-4/+16
* Revert "add doc for `:type` option of `#create_join_table` [ci skip]"प्रथमेश Sonpatki2016-04-211-2/+0
* add doc for `:type` option of `#create_join_table` [ci skip]yuuji.yaginuma2016-04-211-0/+2
* Merge pull request #24221 from gregmolnar/uuidKasper Timm Hansen2016-04-201-2/+3
|\
| * add column type option to create_join_table to support uuidGreg Molnar2016-03-171-2/+3
* | Database comments: switch to keyword args for new table optionsJeremy Daer2016-04-181-15/+14
* | Merge pull request #22911 from Envek/database_commentsJeremy Daer2016-04-161-6/+30
|\ \
| * | Add support for specifying comments for tables, columns, and indexes.Andrey Novikov2016-04-161-6/+30
* | | [ci skip] docs for add_references index optionAlex Handley2016-04-161-1/+10
|/ /
* / Fix description for method ActiveRecord::ConnectionAdapters::SchemaStatements...Bogdan2016-03-271-2/+2
|/
* Fixed comments of add_foreign_key methodSalman Afzal Siddiqui2016-03-101-2/+2
* Add numeric type in the doc [ci skip]Ryuta Kamizono2016-02-081-3/+3
* Merge pull request #23460 from kamipo/innodb_supports_fulltext_and_spatial_in...Sean Griffin2016-02-031-1/+1
|\
| * InnoDB supports FULLTEXT and Spatial Indexes [ci skip]Ryuta Kamizono2016-02-041-1/+1
* | SQLite 2 support has been dropped [ci skip]Ryuta Kamizono2016-02-041-2/+0
|/
* Avoid extra `show variables` in migrationRyuta Kamizono2016-02-011-1/+5
* Merge pull request #23345 from yui-knk/warning_when_composite_primary_key_is_...Rafael França2016-01-301-0/+6
|\
| * Warn if `AR.primary_key` is called for a table who has composite primary keyyui-knk2016-01-301-0/+6
* | Merge pull request #23349 from kamipo/refactor_column_existsRafael França2016-01-301-7/+8
|\ \
| * | Refactor `column_exists?` in `SchemaStatements`Ryuta Kamizono2016-01-301-7/+8
| |/
* / Explicitly define `columns` method as an interfaceyui-knk2016-01-301-1/+3
|/
* Fix a bug with initialize schema_migrations tableMikhail Grachev2016-01-281-1/+1
* INSERT INTO schema_migrations in 1 SQLAkira Matsuda & Naoto Koshikawa2016-01-271-10/+8
* Merge pull request #22967 from schneems/schneems/generic-metadataSean Griffin2016-01-081-0/+4
|\
| * Prevent destructive action on production databaseschneems2016-01-071-0/+4
* | Add `columns_for_distinct` for MySQL 5.7 with ONLY_FULL_GROUP_BYRyuta Kamizono2015-12-231-2/+3
* | Support removing custom-names indexes when only specifying column namesGrey Baker2015-12-151-13/+27
* | Ignore index name in `index_exists?` when not passed a name to check forGrey Baker2015-12-151-2/+1
|/
* Merge pull request #22214 from kamipo/not_passing_native_database_types_to_ta...Rafael França2015-11-241-1/+1
|\
| * Not passing `native_database_types` to `TableDefinition`Ryuta Kamizono2015-11-081-1/+1
* | Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`yui-knk2015-11-091-2/+2
|/
* move documentation of column options to `add_column`. Closes #20400.Yves Senn2015-10-211-6/+75
* applies new doc guidelines to Active Record.Yves Senn2015-10-141-10/+11
* `:to_table` when adding a fk through `add_reference`.Yves Senn2015-10-131-0/+4
* Merge pull request #21005 from jaredbeck/patch-1Arthur Nogueira Neves2015-10-041-1/+3
|\
| * Docs: Update options for add_referenceJared Beck2015-07-231-1/+3
* | Fix proper fonts in `change_column_null` method docs. [ci skip]amitkumarsuroliya2015-09-271-2/+2
* | introduce `conn.data_source_exists?` and `conn.data_sources`.Yves Senn2015-09-221-0/+14
* | Merge pull request #21693 from joshuapinter/patch-1Jeremy Daer2015-09-201-0/+2
|\ \
| * | Add title for key lengths for multiple keys.Joshua Pinter2015-09-201-0/+2
* | | Support for foreign keys in create tableRyuta Kamizono2015-09-201-13/+8
|/ /
* | Merge pull request #21609 from kamipo/do_not_dump_view_as_tableJeremy Daer2015-09-191-0/+13
|\ \
| * | Add `#views` and `#view_exists?` methods on connection adaptersRyuta Kamizono2015-09-131-0/+13
* | | Merge pull request #21607 from kamipo/remove_unnecessary_display_widthJeremy Daer2015-09-191-3/+3
|\ \ \
| * | | Remove unnecessary display widthRyuta Kamizono2015-09-161-3/+3
* | | | Merge pull request #21608 from kamipo/eliminate_duplicated_options_include_de...Jeremy Daer2015-09-191-4/+4
|\ \ \ \