'Varchar' ]; private static $has_one = [ 'Deadline' => Deadline::class, ]; private static $has_many = [ 'Actions' => Action::class, ]; private static $searchable_fields = [ 'Name' => 'PartialMatchFilter', 'Actions.SolutionArea' => 'ExactMatchFilter', 'Actions.Description' => 'PartialMatchFilter' ]; }