{
    attributes = 
    (
       
       {
           allowsNull = Y;
           columnName = data;
           name = data;
           prototypeName = blob;
       }, 
       
       {
           allowsNull = N;
           name = id;
           prototypeName = id;
       }
    );
    attributesUsedForLocking = 
    (
       id
    );
    className = er.attachment.model.ERAttachmentData;
    classProperties = 
    (
       data
    );
    externalName = ERAttachmentData;
    internalInfo = 
    {};
    name = ERAttachmentData;
    primaryKeyAttributes = 
    (
       id
    );
}