Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

SQL Server ALTER TABLE adding column #215

Open
@alextech

Description

@alextech

SQL Server Ddl\AlterTable addColumn produces

 ALTER TABLE [users]
 ADD COLUMN [profile_image] INTEGER

Should be

ALTER TABLE [users]
ADD [profile_image] INTEGER

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions