Create database schema
Databases
Create database schema
Add a new database schema to the server.
Processing mode: async
POST
Create database schema
Documentation Index
Fetch the complete documentation index at: https://forge.laravel.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
application/json
The name of the database to create.
Maximum string length:
63Example:
"forge"
The name of the database user to create. Only needed if a new user should be created alongside the database.
Example:
"james"
The password for the database user. Only used if the user is provided.
Maximum string length:
255Example:
"password"
Response
DatabaseResource