ormlite-core
ormlite-core copied to clipboard
add create index if not exist method.
I need to add new index column on already existing table column. I could not found method for this case and write a simple method about that operation. I do not have enough time to write unit test :(