mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[Docs] Add a link to the database schema
This commit is contained in:
parent
473d8ab153
commit
9cdd995464
3 changed files with 9 additions and 1 deletions
|
|
@ -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
|
||||
-------------------
|
||||
|
|
|
|||
|
|
@ -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
|
||||
-------------------
|
||||
|
|
|
|||
|
|
@ -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>`_
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue