Hi list,

currently I have two fields:
    START = Column(DateTime,default=func.now())
    END = Column(DateTime,default=func.now() + 30 )
apparently the default syntax in END field is not correct.

How do I set the default value of END field, say 30 days after the value of 
START field?

thanks

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to