InfinilOriginal post
Rank 6: Server
Will it be possible to give default values to relationship attributes in future?
Summary
The user wants to know if it is possible to set default values for relationship attributes in a database. They mention that currently, when a document is deleted, the field turns to null, but they would like it to have a default ID instead. The user acknowledges that it could cause trouble if the related document is deleted. They are asking if it will be possible to set default values for relationship attributes in the future.
Solution: Currently, it seems that setting a default value for relationship attributes is not possible. However, the user suggests automatically setting the default value to null. If the related document is deleted, it may cause issues, so careful