petshop主要有四个数据库

  • MSPetShop4
    • Inventory
    • AspNet_SqlCacheTablesForChangeNotification
    • Supplier
    • Product
    • Category
    • Item
  • MSPetShop4Orders
    • Orders
    • LineItem
    • OrderStatus
  • MSPetShop4Profiles
    • Profiles
    • Account
    • Cart
  • MSPetShop4Services
    • aspnet_Application
    • aspnet_Membership
    • aspnet_Paths
    • aspnet_Membership
    • aspnet_PersonlizitionAllUsers
    • aspnet_PersonlizitionPerUser
    • aspnet_Profile
    • aspnet_Roles
    • aspnet_Schemaversions
    • aspnet_Users
    • aspnet_UsersInRoles
    • aspnet_WebEvent_Events

从上面可以看出数据库的设计是比较合理的,易于维护,其中MSPetShop4Services重写了membershiprovider,简单化后的数据库
以下是数据表图

                                                MSPetShop4

                                                MSPetShop4Orders

                                   MSPetShop4Profiles

MSPetShop4Services

posted on 2010-02-01 17:15  钱途无梁  阅读(622)  评论(0编辑  收藏  举报