-
Notifications
You must be signed in to change notification settings - Fork 0
1.5.9.2 Membuat Script Migrasi
David Rigan edited this page Feb 13, 2020
·
1 revision
Membuat script migrasi yang ditaruh di folder migrasi.
(env) $ flask db migrate -m 'initial migration'
INFO [alembic.runtime.migration] Context impl MySQLImpl.
INFO [alembic.runtime.migration] Will assume non-transactional DDL.
INFO [alembic.env] No changes in schema detected.Referensi :
- Miguel Grinberg - Flask Web Development, Developing Web Applications with Python