anvil_consortium_manager.management.commands.convert_mariadb_uuid_fields module
- class anvil_consortium_manager.management.commands.convert_mariadb_uuid_fields.Command(stdout=None, stderr=None, no_color=False, force_color=False)
Bases:
BaseCommand- convert_field(model, field_name, null=False)
- handle(**options)
The actual logic of the command. Subclasses must implement this method.
- help = 'Converts UUID columns from char type to the native UUID type used in MariaDB 10.7+ and Django 5.0+.'