mikro-orm schema:create
Create 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 |
--seed <seed> | Allows to seed the database on create or drop and recreate |