Changes

m
Line 158: Line 158:  
These files must be stored in the directory '''install/mysql/tables''' for all standard files or '''mymodule/tables''' for tables provided by an external module.
 
These files must be stored in the directory '''install/mysql/tables''' for all standard files or '''mymodule/tables''' for tables provided by an external module.
   −
Example '''file for creating the table llx_mytable will be llx_mytable.sql''':
+
Example: '''file for creating the table llx_mytable will be llx_mytable.sql''':
    
<source lang="sql">
 
<source lang="sql">
Line 196: Line 196:  
</source>
 
</source>
   −
Example '''file for creating keys/indexes for the table llx_mytable will be llx_mytable.key.sql''':
+
Example: '''file for creating keys/indexes for the table llx_mytable will be llx_mytable.key.sql''':
    
<source lang="sql">
 
<source lang="sql">
304

edits