This method overrides django.db.backends.base.schema.BaseDatabaseSchemaEditor.alter_field.
constraints, etc. to be modified. `old_field` is required to compute the necessary changes. If `strict` is True, raise errors if the old column does not match `old_field` precisely.
This method overrides django.db.backends.base.schema.BaseDatabaseSchemaEditor.prepare_default.
This method overrides django.db.backends.base.schema.BaseDatabaseSchemaEditor.quote_value.
string. This is not safe against injection from user code; it is intended only for use in making SQL scripts or preparing default values for particularly tricky backends (defaults are not user-defined, though, so this is safe).