Closed Dharmik07 closed 5 years ago
SharkORM.rawExecute("DROP TABLE xyz;")
But this can be dangerous, do not do this to empty a table. Only use this to remove tables that you are no longer referencing from any code or object classes.
Thanks
SharkORM.rawExecute("DROP TABLE xyz;")
But this can be dangerous, do not do this to empty a table. Only use this to remove tables that you are no longer referencing from any code or object classes.