Rajout du module View pour pouvoir afficher dans les menus la liste des marques

This commit is contained in:
2023-12-02 15:42:11 +01:00
parent fc6a693f1c
commit 97a75fbf2a
37 changed files with 4471 additions and 5 deletions

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<database defaultIdMethod="native" name="thelia" namespace="View\Model">
<!--
See propel documentation on http://propelorm.org for all information about schema file
-->
<table name="view">
<column autoIncrement="true" name="id" primaryKey="true" required="true" type="INTEGER" />
<column name="view" size="255" type="VARCHAR" />
<column name="source" type="CLOB" />
<column name="source_id" type="INTEGER" />
<column name="subtree_view" size="255" type="VARCHAR" default="" />
<column name="children_view" size="255" type="VARCHAR" default="" />
<behavior name="timestampable" />
</table>
<external-schema filename="local/config/schema.xml" referenceOnly="true" />
</database>