Dlaczego w SQL Serverze taki skrypt nie działa?
alter table Authors
add column CreatedAt datetime2 not null default getdate()
Wystarczy usunąć column, ale zapytania z alter column i drop column działają. o_O
Dlaczego w SQL Serverze taki skrypt nie działa?
alter table Authors
add column CreatedAt datetime2 not null default getdate()
Wystarczy usunąć column, ale zapytania z alter column i drop column działają. o_O