I check the directus_fields table and didn’t see any default value field in it, so not sure where can I find the place where r storing the default value now.
1 Answer
1This is stored in directus_fields.schema.default_value (also set in the database table as the default value for the field).

thanks, I found it, but also have another problem, I have a json field which is a Checkboxs, and when I set the default value then the whole function just break, and can not set the default value back again because the field just disppear in FE. When I remove the default value in DB level and it back to normal again, I think is a bug when setting a json type field a default value.
– Norman_Chan