Johnny Fee

Results 2 comments of Johnny Fee

> Workaround based on @zzzeek's answer from [sqlalchemy/sqlalchemy#5593](https://github.com/sqlalchemy/sqlalchemy/issues/5593): > > ```python > def upgrade(): > status_enum_postgres = postgresql.ENUM('pending', 'accepted', 'canceled', name='mytable_status_enum', create_type=False) > status_enum = sa.Enum('pending', 'accepted', 'canceled', name='mytable_status_enum') >...

@nene Maybe you can refer to [JSDoc](https://github.com/davidshimjs/jaguarjs-jsdoc) supporting for module http://usejsdoc.org/howto-commonjs-modules.html.