This website requires JavaScript.
Explore
Help
Sign In
vkhaidanov
/
EnVisageOnline
Watch
1
Star
0
Fork
You've already forked EnVisageOnline
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
EnVisageOnline
/
Main
/
Database
/
Scripts
/
20140813
/
01_Add_Note_Title.sql
7 lines
68 B
Transact-SQL
Raw
Permalink
Blame
History
USE
[
envisage
]
Go
ALTER
TABLE
dbo
.
Note
ADD
Title
nvarchar
(
100
)
GO
Reference in New Issue
View Git Blame
Copy Permalink