add __table_args__ to declarative

Issue #1096 resolved
Mike Bayer repo owner created an issue

Not sure about format here, my immediate reaction is:

__table_args__ = (DDL(), DDL(), {'mysql_engine':'InnoDB'})

# or

__table_args__ = {'mysql_engine':'InnoDB'}

theres the possibility of adding __table_kwargs__ as well but I feel like this is too much.

Comments (3)

  1. Log in to comment