Module Recettes : on avance petit à petit

This commit is contained in:
2021-04-27 18:57:00 +02:00
parent 33d48c9433
commit 9976d2ff76
48 changed files with 4558 additions and 357 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>