1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
| {
| "Desc": "0.ExeFile(Sql更新、Create Table,Create Indexなど) 1.ExeCommand(SQL文直接発行) 2.View(Create View文(旧Viewを自動削除)) 3.Procedure(Create Procedure文(旧Proctrueを自動削除)) 4.Fuction(Create Fuction文(旧Fuctionを自動削除))",
| "Data": [
| {
| "Name": "InitDB.sql",
| "Type": 0
| },
| {
| "Name": "UPDATE AA SET BB = 1",
| "Type": 1
| },
| {
| "Name": "View1.sql",
| "Type": 2
| },
| {
| "Name": "Procedure1.sql",
| "Type": 3
| },
| {
| "Name": "Fuction1.sql",
| "Type": 4
| }
| ]
| }
|
|