public function __construct(AppConfig $config)
 {
     parent::__construct($config);
     $this->sql_cmd = 'REPLACE';
 }