75 $this->QueryCounter++;
76 $DBO = $this->get_object();
115 function add_column( $Table , $ColumnName , $Type , $Mode =
'NOT NULL AFTER `id`' )
119 $this->QueryCounter++;
120 $DBO = $this->get_object();
121 $DBO->add_column( $Table , $ColumnName , $Type , $Mode =
'NOT NULL AFTER `id`' );
123 catch( Exception $e )
155 $this->QueryCounter++;
156 $DBO = $this->get_object();
157 $DBO->drop_column( $Table , $ColumnName );
159 catch( Exception $e )