mikro-orm schema:drop
Drop database schema based on current metadata
Options
Name | Description |
---|---|
-r, --run | Runs queries |
-d, --dump | Dumps all queries to console |
--fk-checks | Do not skip foreign key checks |
--schema <schema> | Set the current schema for wildcard schema entities |
--drop-migrations-table | Drop also migrations table |
--drop-db | Drop the whole database |