79601740

Date: 2025-05-01 11:04:57
Score: 1
Natty:
Report link

Removed unique=True

from

 id = Column(String, unique=True, nullable=False, primary_key=True)

and it solved the problem

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: mascai