Changes

m
Line 392: Line 392:  
== Creation of tables ==
 
== Creation of tables ==
 
Do not create tables, on the fly, during execution by a standard user, we mean, during current usage of software.
 
Do not create tables, on the fly, during execution by a standard user, we mean, during current usage of software.
If you create a module that uses its own table, not available in the default Dolibarr code, then take a look at tutorial [[Module Development]]. It explains how to provide new tables with your module, so that, the tables will be created during module activation and not during module usage.
+
If you create a module that uses its own table, not available in the default Dolibarr code, then take a look at tutorial [[Module development]]. It explains how to provide new tables with your module, so that, the tables will be created during module activation and not during module usage.
    
== Logs ==
 
== Logs ==