refactor Lang table
This commit is contained in:
@@ -389,8 +389,14 @@
|
||||
<column name="code" size="10" type="VARCHAR" />
|
||||
<column name="locale" size="45" type="VARCHAR" />
|
||||
<column name="url" size="255" type="VARCHAR" />
|
||||
<column name="position" type="INTEGER" />
|
||||
<column name="date_format" size="45" type="VARCHAR" />
|
||||
<column name="time_format" size="45" type="VARCHAR" />
|
||||
<column name="datetime_format" size="45" type="VARCHAR" />
|
||||
<column name="decimal_separator" size="45" type="VARCHAR" />
|
||||
<column name="thousands_separator" size="45" type="VARCHAR" />
|
||||
<column name="decimals" size="45" type="VARCHAR" />
|
||||
<column name="by_default" type="TINYINT" />
|
||||
<column name="position" type="INTEGER" />
|
||||
<behavior name="timestampable" />
|
||||
</table>
|
||||
<table name="folder" namespace="Thelia\Model">
|
||||
|
||||
Reference in New Issue
Block a user