Created
October 16, 2016 09:18
-
-
Save ydatech/0f51ef1e5bb4886317e7a21cc5441ab5 to your computer and use it in GitHub Desktop.
Menambahkan kolom status ke tabel iklan
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
| #generate file migrasi untuk menambahkan kolom status pada tabel iklan | |
| php yii migrate/create add_status_column_to_iklan_table --fields="status:smallinteger" | |
| #terapkan migrasi ke database | |
| php yii migrate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment