LastNever

Results 2 comments of LastNever

`aligo.error.AligoFatalError: {"code":"ParamFlowException","message":"0ef0984511ad4320bf7bc476de28127f","requestId":"0a00801a17096001864604781ee431","resultCode":"ParamFlowException"}`

> I've just encountered this problem too - it originates from the way sqlalchemy deals with a `Column`'s _creation_order property (discussed wrt mixin column ordering at [stackoverflow.com/sqlalchemy-move-mixin-columns-to-end](https://stackoverflow.com/questions/3923910/sqlalchemy-move-mixin-columns-to-end)). Because the `Column()`...