Skip to content

Commit c83ede8

Browse files
committed
Added migration information to the README
1 parent c9e425d commit c83ede8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,8 @@ updated_at int(13) - Time of creation
145145
created_by string(13) - id of the user that created the record
146146
updated_by string(13) - id of the last user that updated the record
147147
```
148+
To apply the migrations execute the command
149+
```./yii migrate```
148150

151+
To revert the migrations execute the command
152+
```./yii migrate/down```

0 commit comments

Comments
 (0)