← Back to Stormify Documentation

name

The exact name of the table in the database.

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

Examples:

  • "users" - maps to table users

  • "tbl_user_accounts" - maps to table tbl_user_accounts

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

Return

the database table name, or empty string for automatic naming