File tree 2 files changed +86
-0
lines changed
2 files changed +86
-0
lines changed Original file line number Diff line number Diff line change 108
108
"to" : {
109
109
"mode" : " point"
110
110
}
111
+ },
112
+ {
113
+ "from" : {
114
+ "type" : " varchar" ,
115
+ "hasMaxLength" : true
116
+ },
117
+ "to" : {
118
+ "length" : 21844
119
+ }
120
+ },
121
+ {
122
+ "from" : {
123
+ "type" : " nvarchar" ,
124
+ "hasMaxLength" : true
125
+ },
126
+ "to" : {
127
+ "length" : 21844
128
+ }
129
+ },
130
+ {
131
+ "from" : {
132
+ "type" : " binary" ,
133
+ "hasMaxLength" : true
134
+ },
135
+ "to" : {
136
+ "length" : 21844
137
+ }
111
138
}
112
139
]
113
140
}
Original file line number Diff line number Diff line change
1
+ /**
2
+ *
3
+ * {
4
+ * "add": {
5
+ * "entity": [<names of new property>],
6
+ * "container": [<names of new property>],
7
+ * "model": [<names of new property>],
8
+ * "view": [<names of new property>],
9
+ * "field": {
10
+ * "<type>": [<names of new property>]
11
+ * }
12
+ * },
13
+ * "delete": {
14
+ * "entity": [<names of new property>],
15
+ * "container": [<names of new property>],
16
+ * "model": [<names of new property>],
17
+ * "view": [<names of new property>],
18
+ * "field": {
19
+ * "<type>": [<names of new property>]
20
+ * }
21
+ * },
22
+ * "modify": {
23
+ * "entity": [
24
+ * {
25
+ * "from": { <properties that identify record> },
26
+ * "to": { <properties that need to be changed> }
27
+ * }
28
+ * ],
29
+ * "container": [],
30
+ * "model": [],
31
+ * "view": [],
32
+ * "field": []
33
+ * },
34
+ * }
35
+ */
36
+ {
37
+ "modify" : {
38
+ "field" : [
39
+ {
40
+ "from" : {
41
+ "childType" : " char" ,
42
+ "length" : 21844
43
+ },
44
+ "to" : {
45
+ "hasMaxLength" : true
46
+ }
47
+ },
48
+ {
49
+ "from" : {
50
+ "mode" : " varbinary" ,
51
+ "length" : 21844
52
+ },
53
+ "to" : {
54
+ "hasMaxLength" : true
55
+ }
56
+ }
57
+ ]
58
+ }
59
+ }
You can’t perform that action at this time.
0 commit comments