rememberEntitiesDdl
rememberEntitiesDdl(
args):string
Defined in: src/cluster/sharding/CassandraRememberEntitiesStore.ts:167
DDL for the remember-entities state table populated by CassandraRememberEntitiesStore (#84). Returned as a runnable CQL string so operators applying schemas by hand can mirror the store’s exact layout — same pattern as tagIndexDdl from #44.
Parameters
Section titled “Parameters”keyspace
Section titled “keyspace”string
table?
Section titled “table?”string
Returns
Section titled “Returns”string