Skip to content

Commit ce7d241

Browse files
author
Carl Sverre
authored
Update README.md
1 parent 0a6b58c commit ce7d241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Schema::create('table', function (Blueprint $table) {
250250

251251
You can add an `unique key` to your tables using the standalone `unique` method, or fluently by appending `unique` to the column definition.
252252

253-
> **Note:**
253+
> **Note**
254254
> 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.
255255
256256
```php

0 commit comments

Comments
 (0)