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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -250,7 +250,7 @@ Schema::create('table', function (Blueprint $table) {
250
250
251
251
You can add an `unique key` to your tables using the standalone `unique` method, or fluently by appending `unique` to the column definition.
252
252
253
-
> **Note:**
253
+
> **Note**
254
254
> SingleStore requires that the shard key is contained within an unique key. This means that in most cases you can't use the fluent api as you will likely need to specify more than one column. This restriction does not apply to reference tables.
0 commit comments