I am writing a setup script that adds a unique index to an existing table, but I don't bother iterating through the whole dataset.
Is there a way to specify an IGNORE keyword when I call addIndex()?
asked Dec 23, 2014 at 6:50
Vicary
1851 gold badge3 silver badges13 bronze badges
1 Answer 1
Maybe this answer and answer it links to would be helpful or provide you some workaround, because Zend_Db doesn't support IGNORE.
-
If they are not supported, this could be the closest answer I can get. Accepting this, and thanks.Vicary– Vicary2014年12月24日 01:46:32 +00:00Commented Dec 24, 2014 at 1:46
default