true, 'MESSAGE' => 'TaskRatings table created successfully', 'COLUMNS' => $colNames]); } catch (Exception $e) { jsonResponse(['OK' => false, 'ERROR' => $e->getMessage()]); }