Documentation fix: Uncommenting the line below does not do the trick to turn off migrations as described in the documentation. ```python Base.metadata.create_all(bind=engine) ```