Hi Jean-Pierre,
When you set a default, all that happens is that when you create a new variable of that Entity, the Attribute is filled with that value. It does nothing to the database, even not when you newly create the Attribute. What you need to do is bootstrap the database column. You can do that with a simple database script if you have access to the database, or with an Advanced Query.
When you set a default, all that happens is that when you create a new variable of that Entity, the Attribute is filled with that value. It does nothing to the database, even not when you newly create the Attribute. What you need to do is bootstrap the database column. You can do that with a simple database script if you have access to the database, or with an Advanced Query.