Created
September 4, 2016 14:12
-
-
Save ydatech/9f87f3c44a7e2d69bc6a21af215e0135 to your computer and use it in GitHub Desktop.
Kota command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # mengenerate migration file untuk membuat table kota | |
| php yii migrate/create create_kota_table --fields="provinsi_id:integer:notNull:foreignKey(provinsi),nama:string(50)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment