BaseDatabaseSchemaEditor.execute(sql, params=[])
[source]
Executes the SQL statement passed in, with parameters if supplied. This is a simple wrapper around the normal database cursors that allows capture of the SQL to a .sql
file if the user wishes.
Please login to continue.