'Varchar(255)', ); private static $has_one = array( 'Image' => VersionedOwnershipTest\Image::class, ); private static $owns = array( 'Image', ); }