private function install_db() { DB::register_table( 'rateit_log' ); return DB::dbdelta( $this->get_db_schema() ); }