Skip to main content

create_runtime_leases_table

Function create_runtime_leases_table 

Source
pub fn create_runtime_leases_table(
    backend: DatabaseBackend,
) -> TableCreateStatement
Expand description

Builds the shared runtime_leases table creation statement.

Product migration crates should call this helper instead of duplicating the table shape. Forge owns this table contract because RuntimeLeaseDbStore owns its row semantics and update rules.