perWorldTableCreate

Undocumented in source.
immutable
auto perWorldTableCreate = ` create table if not exists per_world_data ( id text primary key, data blob not null )` ~ withoutRowidStr;

Meta