unique_key=Column(String(16),nullable=False)# Add this line
engine=create_engine('sqlite:///photos.db')
Base.metadata.create_all(engine)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.