Add comment about duplicating create options as well as structure.

This commit is contained in:
simonwelsh 2011-09-19 14:20:38 +12:00
parent 718b9b5b34
commit b80efb75d4

View File

@ -99,6 +99,9 @@ abstract class DataExtension extends Extension {
/**
* Update the database schema as required by this extension.
*
* When duplicating a table's structure, remember to duplicate the create options
* as well. See {@link Versioned->augmentDatabase} for an example.
*/
function augmentDatabase() {
}