A [Computed Column](https://learn.microsoft.com/en-us/sql/relational-databases/tables/specify-computed-columns-in-a-table?view=sql-server-ver16) is a column whose ...
column "Deleted" { type = bit as { expr = "convert(bit, case when DeletedDate is not null then 1 else 0 end)" type = PERSISTED } } has its expr modified, then the generated sql ALTER TABLE <Name> DROP ...
現在アクセス不可の可能性がある結果が表示されています。
アクセス不可の結果を非表示にする