← Back to Stormify Documentation

name

The exact name of the column in the database.

If not provided (empty string), Stormify uses the property name converted according to the configured naming policy.

Examples:

  • "email" - maps to column email

  • "usr_id" - maps to column usr_id

  • "" (empty) - uses property name with naming policy

Return

the database column name, or empty string for automatic naming