← Back to Stormify Documentation

alias

The SQL alias of this table as it will appear in the generated query. For the root entity's table: the actual table name (e.g. "customer"). For an FK-traversed table: the engine-assigned alias (e.g. "t2").

The alias is stable for the lifetime of this ref — it is assigned when the underlying node is first created and never changes.