﻿** Highlights
     Tables that will be rebuilt
       [dbo].[Currencies]
       [dbo].[Fees]
       [dbo].[Portfolios]
       [dbo].[Transactions]
       [dbo].[TransactionTypes]
       [dbo].[Users]
     Clustered indexes that will be dropped
       None
     Clustered indexes that will be created
       None
     Possible data issues
       None

** User actions
     Drop
       unnamed constraint on [dbo].[Currencies] (Default Constraint)
       unnamed constraint on [dbo].[Currencies] (Default Constraint)
     Table rebuild
       [dbo].[Currencies] (Table)
       [dbo].[Fees] (Table)
       [dbo].[Portfolios] (Table)
       [dbo].[Transactions] (Table)
       [dbo].[TransactionTypes] (Table)
       [dbo].[Users] (Table)

** Supporting actions
     Drop
       [dbo].[CryptoCurrencyID] (Foreign Key)
       [dbo].[RealCurrencyID] (Foreign Key)
       [dbo].[FeeID] (Foreign Key)
       [dbo].[UserID] (Foreign Key)
       [dbo].[PortfolioID] (Foreign Key)
       [dbo].[TransactionTypeID] (Foreign Key)
     Create
       [dbo].[CryptoCurrencyID] (Foreign Key)
       [dbo].[RealCurrencyID] (Foreign Key)
       [dbo].[FeeID] (Foreign Key)
       [dbo].[UserID] (Foreign Key)
       [dbo].[PortfolioID] (Foreign Key)
       [dbo].[TransactionTypeID] (Foreign Key)
     Refresh
       [dbo].[ProcUserInsert] (Procedure)
