This is just a general question about all db providers that create sequences.
Should the db provider, in this case Oracle (not supported) be responsible for dropping the sequence object it creates? Can I somehow hook into the DropAndCreateTable method and drop/create the sequence by hand?
Thank you,
Stephen