Open
Description
The following line gives an error:
When this was originally written, was there a reason to pass a python function instead of sqlalchemy func, like the following?
from sqlalchemy.sql import func
...
created_at = Column(DateTime, default=func.now(), nullable=False)
(or even using server_default
instead, but that requires a schema change to implement now)
Metadata
Metadata
Assignees
Labels
No labels