You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# v6.2.0 (Not Released Yet)
1
+
# v7.0.0 (Not Released Yet)
2
2
3
3
Added
4
4
-`json``mediumText``longText``char` support for `Schema\Builder` (#155) (#158)
@@ -10,6 +10,7 @@ Added
10
10
Changed
11
11
-`Query\Builder::lock()` no longer throw an error and will be ignored instead (#156)
12
12
-`Schema\Builder::getIndexListing()``Schema\Grammar::compileIndexListing()` converted to `getIndexes()` and `compileIndexes()` to align with standard Laravel methods (#161)
13
+
- Missing primary key will no longer be checked and will be checked on the server side instead (#177)
13
14
14
15
Fixed
15
16
-`Schema\Grammar::compileAdd()``Schema\Grammar::compileChange()``Schema\Grammar::compileChange()` now create separate statements (#159)
0 commit comments