move auto generate documentation to documentation/api folder
start to create a new file for insertion in database add locale column to lang table
This commit is contained in:
@@ -404,6 +404,7 @@
|
||||
<column autoIncrement="true" name="id" primaryKey="true" required="true" type="INTEGER" />
|
||||
<column name="title" size="100" type="VARCHAR" />
|
||||
<column name="code" size="10" type="VARCHAR" />
|
||||
<column name="locale" size="45" type="VARCHAR" />
|
||||
<column name="url" size="255" type="VARCHAR" />
|
||||
<column name="by_default" type="TINYINT" />
|
||||
<behavior name="timestampable" />
|
||||
|
||||
Reference in New Issue
Block a user