edelooff / sqlalchemy-json

Full-featured JSON type with mutation tracking for SQLAlchemy
http://variable-scope.com/posts/mutation-tracking-in-nested-json-structures-using-sqlalchemy
BSD 2-Clause "Simplified" License
189 stars 34 forks source link

providing default value to mutable_json_type #38

Open DoryZi opened 1 year ago

DoryZi commented 1 year ago

How can you specify server_default for a mutable_json_type ?

casualuser commented 1 year ago

https://github.com/sqlalchemy/alembic/issues/1119