flowable / flowable-engine

A compact and highly efficient workflow and Business Process Management (BPM) platform for developers, system admins and business users.
https://www.flowable.org
Apache License 2.0
7.99k stars 2.62k forks source link

How to Ensure Non-Nullable Fields with Default Values in Flowable 6.6.0? #3970

Closed wyx-98 closed 1 month ago

wyx-98 commented 1 month ago

I'm currently using Flowable 6.6.0, and my company requires that all database fields must be defined as non-nullable and have default values. Is there a way to achieve this through configuration settings, or do I need to modify the database schema directly? Any guidance on best practices or examples would be greatly appreciated!