When I create a new table I can put:

create_table :foo do 
  column :bar, TrueClass, index: true
end

and it creates an index, but "index: true" doesn't work with add_column and 
instead doesn't throw any error, so you think you are adding an index, but 
really you are not.

Why this inconsistency?

Aryk

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sequel-talk+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sequel-talk/d50a3b7b-d72d-4986-b60a-2a618e486c3fn%40googlegroups.com.

Reply via email to