Initial Commit
This commit is contained in:
15
local/modules/SliderRevolution/Config/schema.xml
Normal file
15
local/modules/SliderRevolution/Config/schema.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<database defaultIdMethod="native" name="thelia"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="../../../core/vendor/propel/propel/resources/xsd/database.xsd" >
|
||||
|
||||
<table name="slider_association" namespace="SliderRevolution\Model">
|
||||
<column autoIncrement="true" name="id" primaryKey="true" required="true" type="INTEGER" />
|
||||
|
||||
<column name="slider_alias" size="255" type="VARCHAR" />
|
||||
<column name="object_id" type="integer" required="true" />
|
||||
<column name="object_type" type="varchar" required="true" size="10"/>
|
||||
</table>
|
||||
|
||||
<external-schema filename="local/config/schema.xml" referenceOnly="true" />
|
||||
</database>
|
||||
Reference in New Issue
Block a user