Nested Set with Yii2

Comparing #2 with #3

Revision #3 was created by sangprabo sangprabo on Mar 18, 2019, 12:46:19 PM.

Change URL of image to non-https

Content

[...]
$ ./yii migrate
```

If everything is okay, then you could see that a new table named `category` already exists.

<img src="http
s://3.bp.blogspot.com/-kDWGxQLPPUw/XCrzycZVViI/AAAAAAAAEJo/kHXaGNXe0d0ihMv3EJvzR-UXUxCRPnI-wCLcBGAs/s1600/Nested%2BSet%2Btable.png" />


<h2>
Generate the default CRUD using Gii
</h2>
[...]