diff --git a/docs/book/installation/requirements.rst b/docs/book/installation/requirements.rst index 2212baced6..1fb7ac9e0e 100644 --- a/docs/book/installation/requirements.rst +++ b/docs/book/installation/requirements.rst @@ -67,7 +67,9 @@ By default, the database connection is pre-configured to work with a following M .. note:: - You might also use any other RDBMS (like PostgreSQL), but our database migrations support MySQL only. + You might also use any other RDBMS (like PostgreSQL). + +The Sylius Database Schema is available `here `_. NPM Package Manager ------------------- diff --git a/docs/cookbook/configuration/installation-commands.rst b/docs/cookbook/configuration/installation-commands.rst index 69011cd28a..e62507caf7 100644 --- a/docs/cookbook/configuration/installation-commands.rst +++ b/docs/cookbook/configuration/installation-commands.rst @@ -25,6 +25,7 @@ Sylius can create or even reset the database/schema for you, simply call: The command will check if your database schema exists. If yes, you may decide to recreate it from scratch, otherwise Sylius will take care of this automatically. It also allows you to load sample data. +You can review the Sylius Database Schema `here `_. Loading sample data ------------------- diff --git a/docs/customization/model.rst b/docs/customization/model.rst index f50491b5ab..3d108fc897 100644 --- a/docs/customization/model.rst +++ b/docs/customization/model.rst @@ -406,3 +406,8 @@ Which we strongly recommend over updating the schema. you'll need to update its form type. Check how to do it :doc:`here `. .. include:: /customization/plugins.rst + +Learn more +---------- + +* `Sylius Database Schema `_