aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb
diff options
context:
space:
mode:
authorEmili Parreno <emili@eparreno.com>2010-05-08 12:35:39 +0100
committerPratik Naik <pratiknaik@gmail.com>2010-05-08 12:39:46 +0100
commit5b95730edc33ee97f53da26a3868eb983305a771 (patch)
treeec4f10dd6d8c2048b1a6770d62bb11fc6bfd0702 /activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb
parent9aaef5935660ba13531512fb7def4b8bdf14511d (diff)
downloadrails-5b95730edc33ee97f53da26a3868eb983305a771.tar.gz
rails-5b95730edc33ee97f53da26a3868eb983305a771.tar.bz2
rails-5b95730edc33ee97f53da26a3868eb983305a771.zip
Add index length support for MySQL [#1852 state:resolved]
Example: add_index(:accounts, :name, :name => 'by_name', :length => 10) => CREATE INDEX by_name ON accounts(name(10)) add_index(:accounts, [:name, :surname], :name => 'by_name_surname', :length => {:name => 10, :surname => 15}) => CREATE INDEX by_name_surname ON accounts(name(10), surname(15)) Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
Diffstat (limited to 'activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb')
0 files changed, 0 insertions, 0 deletions