For some reasons, I want my Boolean Fields in my class Items(models.Model) to have a foreign key in my class ItemsGotten(models.Model). Here\'s my
class Items(models.Model)
class ItemsGotten(models.Model)