Inital commit
This commit is contained in:
12
local/modules/Atos/Config/schema.xml
Normal file
12
local/modules/Atos/Config/schema.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<database defaultIdMethod="native" name="thelia" namespace="Atos\Model">
|
||||
<!--
|
||||
See propel documentation on http://propelorm.org for all information about schema file
|
||||
-->
|
||||
<table name="atos_currency">
|
||||
<column name="code" required="true" size="128" type="VARCHAR" primaryKey="true"/>
|
||||
<column name="atos_code" type="INTEGER" />
|
||||
<column name="decimals" type="INTEGER" />
|
||||
</table>
|
||||
<external-schema filename="local/config/schema.xml" referenceOnly="true" />
|
||||
</database>
|
||||
Reference in New Issue
Block a user