diff --git a/source/docs/creating-tenants.md b/source/docs/creating-tenants.md index 8928e322..7829c711 100644 --- a/source/docs/creating-tenants.md +++ b/source/docs/creating-tenants.md @@ -21,4 +21,6 @@ If you want to set some data while creating the tenant, you can pass an array wi tenant()->create('tenant2.yourapp.com', [ 'plan' => 'free' ]); -``` \ No newline at end of file +``` + +> Note: Creating a tenant doesn't run [migrations](https://stancl-tenancy.netlify.com/docs/console-commands/#migrate) automatically. You have to do that yourself. \ No newline at end of file