petshop 数据库

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
petshop 数据库
                                                MSPetShop4Orders
petshop 数据库
                                   MSPetShop4Profiles
petshop 数据库
MSPetShop4Services

petshop 数据库

你可能感兴趣的:(数据库)