[Docs] Add a link to the database schema

This commit is contained in:
Magdalena Sadowska 2024-06-23 21:23:53 +02:00
parent 473d8ab153
commit 9cdd995464
3 changed files with 9 additions and 1 deletions

View file

@ -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 <https://drawsql.app/templates/sylius>`_.
NPM Package Manager
-------------------

View file

@ -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 <https://drawsql.app/templates/sylius>`_.
Loading sample data
-------------------

View file

@ -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 </customization/form>`.
.. include:: /customization/plugins.rst
Learn more
----------
* `Sylius Database Schema <https://drawsql.app/templates/sylius>`_