mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Add comment about duplicating create options as well as structure.
This commit is contained in:
parent
718b9b5b34
commit
b80efb75d4
@ -99,6 +99,9 @@ abstract class DataExtension extends Extension {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Update the database schema as required by this 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() {
|
function augmentDatabase() {
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user