Hi,
What are the recommended steps to implement the DropTable method?
Can I use plain SQL to drop a table?Best regardsPatrik
Every action you take on the database schema should be done as a dictionary step. As seen in the Continuous Database articles "Structure" section, there is a DropTable method.
Best regards!