I write the migration manually to quickly add to the new environment. When I try to create a new object of the Operator model I get an error about an empty id. I tried to set
id is the default model PK so you don't need to define it explicitly.
id
If you still want to define it yourself, make it AutoField instead of IntegerField.
IntegerField