'Varchar(255)', ); private static $belongs_many_many = array( 'AttachedTo' => 'SilverStripe\\ORM\\Tests\\VersionedOwnershipTest\\Related.Attachments' ); private static $owned_by = array( 'AttachedTo' ); }