i
I am new to rails and ruby. I am trying to make a ActiveRecord::Migration to match my wishes, but where can I find documentation for what is possible in a ActiveRecord::Migration? I mean how to define field lengths for e.g. string and if null values are allowed or not and how to define/create different indexes?
Thank you Søren