sirakoto / freemedforms

Automatically exported from code.google.com/p/freemedforms
Other
0 stars 1 forks source link

Utils::Database #301

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Manage 'NOT NULL' option in createTable, also try to update already existing 
tables.

addTable(...);
addField(...);
addNotNullFieldOption(...);

createTable(...);  //  updateNotNullFieldOption(...);

Original issue reported on code.google.com by eric.mae...@gmail.com on 15 Mar 2013 at 11:13