﻿** Highlights
     Tables that will be rebuilt
       [dbo].[Fees]
     Clustered indexes that will be dropped
       None
     Clustered indexes that will be created
       None
     Possible data issues
       The column [dbo].[Fees].[CryptoCurrencyID] is being dropped, data loss could occur.
       The column [dbo].[Fees].[RealCurrencyID] is being dropped, data loss could occur.
       The type for column Price in table [dbo].[Fees] is currently  DECIMAL (18, 2) NOT NULL but is being changed to  DECIMAL
         (18, 10) NOT NULL. Data loss could occur and deployment may fail if the column contains data that is incompatible with
         type  DECIMAL (18, 10) NOT NULL.

** User actions
     Table rebuild
       [dbo].[Fees] (Table)
     Alter
       [dbo].[ProcFeeInsert] (Procedure)
       [dbo].[ProcFeeUpdate] (Procedure)
       [dbo].[ProcPortfolioDetail] (Procedure)

** Supporting actions
     Drop
       [dbo].[FeeID] (Foreign Key)
     Create
       [dbo].[FeeID] (Foreign Key)
     Refresh
       [dbo].[ProcFeeDelete] (Procedure)
       [dbo].[ProcPortfolioDelete] (Procedure)
       [dbo].[ProcTransactionDelete] (Procedure)

The column [dbo].[Fees].[CryptoCurrencyID] is being dropped, data loss could occur.
The column [dbo].[Fees].[RealCurrencyID] is being dropped, data loss could occur.
The type for column Price in table [dbo].[Fees] is currently  DECIMAL (18, 2) NOT NULL but is being changed to  DECIMAL (18, 10) NOT NULL. Data loss could occur and deployment may fail if the column contains data that is incompatible with type  DECIMAL (18, 10) NOT NULL.

