﻿** Highlights
     Tables that will be rebuilt
       None
     Clustered indexes that will be dropped
       None
     Clustered indexes that will be created
       None
     Possible data issues
       The column [dbo].[Transactions].[Date] on table [dbo].[Transactions] must be added, but the column has no default value
         and does not allow NULL values. If the table contains data, the ALTER script will not work. To avoid this issue you must
         either: add a default value to the column, mark it as allowing NULL values, or enable the generation of smart-defaults
         as a deployment option.

** User actions
     Alter
       [dbo].[Transactions] (Table)
       [dbo].[ProcTransactionInsert] (Procedure)
       [dbo].[ProcTransactionUpdate] (Procedure)

** Supporting actions
     Refresh
       [dbo].[ProcFeeDelete] (Procedure)
       [dbo].[ProcPortfolioDelete] (Procedure)
       [dbo].[ProcPortfolioDetail] (Procedure)
       [dbo].[ProcTransactionDelete] (Procedure)

The column [dbo].[Transactions].[Date] on table [dbo].[Transactions] must be added, but the column has no default value and does not allow NULL values. If the table contains data, the ALTER script will not work. To avoid this issue you must either: add a default value to the column, mark it as allowing NULL values, or enable the generation of smart-defaults as a deployment option.

