Prøv:
ALTER TABLE django_content_type MODIFY COLUMN name character varying(50) NOT NULL DEFAULT 'not null';
Eller hvis du vil have det tomt:
ALTER TABLE django_content_type MODIFY COLUMN name character varying(50) NOT NULL DEFAULT '';
Taget herfra:https://github.com/arteria/django-background -opgaver/problemer/139