Data type not lower case
torsten.strauss
Posts: 271 Silver 3
in SQL Prompt
Hi Redgate Team
the data types are not converted to lower case anymore.
Thanks for fixing!
the data types are not converted to lower case anymore.
Thanks for fixing!
CREATE TABLE test
(
id INTEGER IDENTITY(1, 1) NOT NULL
, filler CHAR(1000) NOT NULL
DEFAULT ('A')
);
GO
Version 10.6.16.21150
latest SSMS Version.
Tagged:
Answers
Dan Jary | Redgate Software
Have you visited our Help Center?
Dan Jary | Redgate Software
Have you visited our Help Center?