3 lines
No EOL
231 B
SQL
3 lines
No EOL
231 B
SQL
if not exists(select * from INFORMATION_SCHEMA.COLUMNS where TABLE_NAME = 'AuditServiceFailedItems' and COLUMN_NAME = 'error_message')
|
|
alter table auditlog.AuditServiceFailedItems
|
|
add [error_message] nvarchar(4000) null |