mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
Creating a new database project, project items
* can create, open, and close sqlproj files * can add sql objects to projects
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE [dbo].[@@OBJECT_NAME@@]
|
||||
(
|
||||
[Id] INT NOT NULL PRIMARY KEY
|
||||
)
|
||||
Reference in New Issue
Block a user