aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Migration/Attributes/CreateTable.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Migration/Attributes/CreateTable.php')
-rw-r--r--lib/public/Migration/Attributes/CreateTable.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/public/Migration/Attributes/CreateTable.php b/lib/public/Migration/Attributes/CreateTable.php
index 8aac8cf247e..df0418fa4bc 100644
--- a/lib/public/Migration/Attributes/CreateTable.php
+++ b/lib/public/Migration/Attributes/CreateTable.php
@@ -11,6 +11,8 @@ namespace OCP\Migration\Attributes;
use Attribute;
/**
+ * attribute on table creation
+ *
* @since 30.0.0
*/
#[Attribute(Attribute::IS_REPEATABLE | Attribute::TARGET_CLASS)]