[11/06/2024] Les premières modifs + installation de quelques modules indispensables
This commit is contained in:
29
domokits/local/modules/Carousel/Config/schema.xml
Normal file
29
domokits/local/modules/Carousel/Config/schema.xml
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<database defaultIdMethod="native" name="TheliaMain" namespace="Carousel\Model">
|
||||
<!--
|
||||
See propel documentation on http://propelorm.org for all information about schema file
|
||||
-->
|
||||
|
||||
<table name="carousel">
|
||||
<column autoIncrement="true" name="id" primaryKey="true" required="true" type="INTEGER" />
|
||||
<column name="file" type="VARCHAR" size="255" />
|
||||
<column name="position" type="INTEGER" />
|
||||
<column name="disable" type="INTEGER" />
|
||||
<column name="group" size="255" type="VARCHAR" />
|
||||
<column name="alt" size="255" type="VARCHAR" />
|
||||
<column name="url" size="255" type="VARCHAR" />
|
||||
<column name="title" size="255" type="VARCHAR" />
|
||||
<column name="description" type="CLOB" />
|
||||
<column name="chapo" type="LONGVARCHAR" />
|
||||
<column name="postscriptum" type="LONGVARCHAR" />
|
||||
<column name="limited" type="INTEGER" />
|
||||
<column name="start_date" type="TIMESTAMP" />
|
||||
<column name="end_date" type="TIMESTAMP" />
|
||||
<behavior name="timestampable" />
|
||||
<behavior name="i18n">
|
||||
<parameter name="i18n_columns" value="alt, title, description, chapo, postscriptum" />
|
||||
</behavior>
|
||||
</table>
|
||||
|
||||
<external-schema filename="local/config/schema.xml" referenceOnly="true" />
|
||||
</database>
|
||||
Reference in New Issue
Block a user