'Varchar', 'Phone' => 'Varchar(255)', ]; private static $has_many = [ 'RelatedObjects' => RelatedObject::class ]; private static $defaults = [ 'Phone' => '123' ]; private static $api_access = true; }