getDatabaseService()->GetDbConnection(); if ($db->locations()->where('id', 1)->count() === 0) { $defaultLocation = $db->locations()->createRow([ 'id' => 1, 'name' => 'Default' ]); $defaultLocation->save(); } }