Removed unique=True
unique=True
from
id = Column(String, unique=True, nullable=False, primary_key=True)
and it solved the problem