Browse Source

updated database, based on @cebe's comment https://github.com/yiisoft/yii2/pull/1485#discussion_r8410809

tags/2.0.0-beta
Tobias Munk 11 years ago
parent
commit
249243a7b0
  1. 2
      docs/guide/extensions.md

2
docs/guide/extensions.md

@ -47,7 +47,7 @@ Working with database
--------------------- ---------------------
- If extension creates or modifies database schema always use Yii migrations instead of SQL files or custom scripts. - If extension creates or modifies database schema always use Yii migrations instead of SQL files or custom scripts.
- Migrations SHOULD be database agnostic. - Migrations SHOULD be DBMS agnostic.
- You MUST NOT make use of active-record model classes in your migrations. - You MUST NOT make use of active-record model classes in your migrations.
Assets Assets

Loading…
Cancel
Save