This command is used to add initial data after a database is created, which delegates to the `runScript` command to execute the `db/seeds.groovy` script. ``` $ grace db:seed same as, $ grace run-script db/seeds.groovy ```
This command is used to add initial data after a database is created, which delegates to the
runScriptcommand to execute thedb/seeds.groovyscript.