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!
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!