public function createMeta($file)
 {
     if ($this->checkInteractive('Create database meta tables for tracking?')) {
         parent::createMeta($file);
     }
 }