[ 'dataContainer' => DC_Table::class, 'sql' => [ 'keys' => [ 'id' => 'primary', ] ] ], // Fields 'fields' => [ 'id' => [ 'sql' => "int(10) unsigned NOT NULL auto_increment" ], 'tstamp' => [ 'sql' => "int(10) unsigned NOT NULL default '0'" ], 'timeframe' => [ 'inputType' => 'multiColumnWizard', 'eval' => [ 'minCount' => 1, 'columnFields' => [ 'date_start' => [ 'label' => $GLOBALS['TL_LANG']['tl_vr_wa_slotassistant']['date_start'], 'inputType' => 'text', 'eval' => [ 'style' => 'width:350px', 'mandatory' => true, 'rgxp' =>'datim', 'datepicker' => true ] ], 'date_end' => [ 'label' => $GLOBALS['TL_LANG']['tl_vr_wa_slotassistant']['date_end'], 'inputType' => 'text', 'eval' => [ 'style' => 'width:350px', 'mandatory' => true, 'rgxp' =>'datim', 'datepicker' => true ] ] ] ], 'sql' => 'blob NULL' ], 'enclosure' => [ 'exclude' => true, 'inputType' => 'fileTree', 'eval' => ['multiple' =>true, 'fieldType' =>'checkbox', 'filesOnly' =>true, 'isDownloads' =>true, 'extensions' =>Config::get('allowedDownload'), 'mandatory' =>true, 'isSortable' =>true], 'sql' => "blob NULL" ], ] ];