perDimentionTableCreate

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

Meta