pub fn create_runtime_leases_table(
backend: DatabaseBackend,
) -> TableCreateStatementExpand 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.