Added category creation and deletion
This commit is contained in:
@@ -589,7 +589,8 @@
|
||||
<column name="code" size="45" type="VARCHAR" />
|
||||
<column name="symbol" size="45" type="VARCHAR" />
|
||||
<column name="rate" type="FLOAT" />
|
||||
<column name="by_default" type="TINYINT" />
|
||||
<column name="by_default" type="TINYINT" />
|
||||
<column name="position" type="INTEGER" />
|
||||
<behavior name="timestampable" />
|
||||
<behavior name="i18n">
|
||||
<parameter name="i18n_columns" value="name" />
|
||||
|
||||
Reference in New Issue
Block a user