Rajout du module View pour pouvoir afficher dans les menus la liste des marques
This commit is contained in:
17
local/modules/View/Config/schema.xml
Normal file
17
local/modules/View/Config/schema.xml
Normal 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>
|
||||
Reference in New Issue
Block a user