'Varchar', ]; private static $has_many = [ 'bobcats' => Bobcat::class, ]; private static $many_many = [ 'caribou' => Caribou::class, ]; private static $many_many_extraFields = [ 'caribou' => [ 'Sort' => 'Int', ], ]; private static $belongs_to = [ 'elephant' => Elephant::class, ]; }