Page 1 of 1

Format profile for CREATE TYPE

Posted: Thu 04 Jan 2018 17:15
by JDSX
Hi,

Is there any way to define formatting for a CREATE TYPE statement? For example, I want the below to indent within parentheses and align types similar to a what's possible for a CREATE TABLE statement:

Code: Select all

CREATE TYPE [app].[OperationResultTable] AS TABLE
(
ort_id int IDENTITY,
message_code varchar(100) NOT NULL,
severity int NOT NULL,
field_name sysname NULL,
message nvarchar(max) NOT NULL,
operation_details nvarchar(max) NULL,
call_info nvarchar(max) NULL
);

Re: Format profile for CREATE TYPE

Posted: Tue 09 Jan 2018 17:52
by alexa
We will review this post and will answer you as soon as possible.