Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. Unique Identifier missed:
  2.  
  3. Table : physicalInfraFilesInfo
  4. Table : PublicLandRentTaxInvoiceInfo
  5.  
  6. Table: landInfoAudit
  7. OrgLandId -> bigint -> uniqueidentifier
  8.  
  9. Table: PhysicalInfraInfoAudit
  10. OrgLandId -> bigint -> uniqueidentifier
  11.  
  12. Table: FloorInfo
  13. CreatedBy ->bigint -> uniqueidentifier
  14. ModifiedBy ->bigint -> uniqueidentifier
  15. LandId ->bigint -> uniqueidentifier
  16. (LandId is present in table but not used in application)
  17.  
  18. Table: FloorInfoAudit
  19. UserId -> bigint -> uniqueidentifier
  20. PhysicalInfrastructureId -> bigint -> uniqueidentifier
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement