I would like to suggest a new option for orm.CreateTableOptions that will use "IF NOT EXISTS" syntax when creating tables. This is useful in my application as I attempt to initialize all tables using CreateTable on application start. I can only assume it would be equally as useful for others.
Added PR of my own implementation. I hope it's an acceptable request and solution!
I think it's useful advice
Most helpful comment
Added PR of my own implementation. I hope it's an acceptable request and solution!