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 c9e425d commit c83ede8Copy full SHA for c83ede8
README.md
@@ -145,4 +145,8 @@ updated_at int(13) - Time of creation
145
created_by string(13) - id of the user that created the record
146
updated_by string(13) - id of the last user that updated the record
147
```
148
+To apply the migrations execute the command
149
+```./yii migrate```
150
151
+To revert the migrations execute the command
152
+```./yii migrate/down```
0 commit comments