table('cache', ['id' => FALSE, 'primary_key' => ['key']]); $cacheTable->addColumn('key', 'text') ->addColumn('value', 'text') ->create(); } }