Ask a question to get started
Enter to sendā¢Shift+Enter new line
collection_id = sqlalchemy.Column( UUID(as_uuid=True), sqlalchemy.ForeignKey(f'{CollectionStore.__tablename__}.uuid', ondelete='CASCADE') )