Revision #3 has been created by sangprabo on Mar 18, 2019, 12:46:19 PM with the memo:
Change URL of image to non-https
« previous (#2) next (#4) »
Changes
Title
unchanged
Nested Set with Yii2
Category
unchanged
Tutorials
Yii version
unchanged
2.0
Tags
unchanged
nested-set
Content
changed
[...]
$ ./yii migrate
```
If everything is okay, then you could see that a new table named `category` already exists.
<img src="https://3.bp.blogspot.com/-kDWGxQLPPUw/XCrzycZVViI/AAAAAAAAEJo/kHXaGNXe0d0ihMv3EJvzR-UXUxCRPnI-wCLcBGAs/s1600/Nested%2BSet%2Btable.png" />
<h2>
Generate the default CRUD using Gii
</h2>[...]