-
db:schema:dump
— Dump the schema from your database. -
db:schema:load
— Load the schema into your database directly without running migrations.
-
db:prepare
—db:create
+db:schema:load
+db:seed
db:schema:dump
— Dump the schema from your database.db:schema:load
— Load the schema into your database directly without running migrations.db:prepare
— db:create
+ db:schema:load
+ db:seed