MINOR Marked new $create_table_options API as experimental

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@77170 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2009-05-19 04:44:33 +00:00
parent 336bce8bf8
commit 4e8735b10e
1 changed files with 3 additions and 0 deletions

View File

@ -3031,6 +3031,9 @@ class DataObject extends ViewableData implements DataObjectInterface, i18nEntity
* 'MySQLDatabase' => 'ENGINE=MyISAM'
* )
* </code>
*
* Caution: This API is experimental, and might not be
* included in the next major release. Please use with care.
*
* @var array
*/