Ask a question to get started
Enter to sendā¢Shift+Enter new line
uuid = Column( String, index=True, default=(lambda: str(uuid.uuid4())), primary_key=True, nullable=False )