Skip to content

Commit 98bcf6d

Browse files
committed
Updated README.md
1 parent cf2ef9f commit 98bcf6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $this->createTable('{{%menu}}', [
4141
'lft' => Schema::TYPE_INTEGER . ' NOT NULL',
4242
'rgt' => Schema::TYPE_INTEGER . ' NOT NULL',
4343
'depth' => Schema::TYPE_INTEGER . ' NOT NULL',
44-
//...
44+
'name' => Schema::TYPE_STRING . ' NOT NULL',
4545
]);
4646
```
4747

0 commit comments

Comments
 (0)