Where is the default value setting storing?

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.

This is stored in directus_fields.schema.default_value (also set in the database table as the default value for the field).