We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf2ef9f commit 98bcf6dCopy full SHA for 98bcf6d
README.md
@@ -41,7 +41,7 @@ $this->createTable('{{%menu}}', [
41
'lft' => Schema::TYPE_INTEGER . ' NOT NULL',
42
'rgt' => Schema::TYPE_INTEGER . ' NOT NULL',
43
'depth' => Schema::TYPE_INTEGER . ' NOT NULL',
44
- //...
+ 'name' => Schema::TYPE_STRING . ' NOT NULL',
45
]);
46
```
47
0 commit comments