Hi @Shrutii ,
By default, sqlname will get auto-genarated. Example, for attribute name="loyaltyId" of long data type, sqlname will get auto generated as iLoyaltyId (you can see this sqlname for all attributes in preview tab).
Instead of iLoyaltyId, if you want to use different sqlname, you can define sqlname="loyalty"