]> Raphaël G. Git Repositories - airbundle/commitdiff
Add class, contact, donate, link and profile fields
authorRaphaël Gertz <git@rapsys.eu>
Wed, 24 Feb 2021 00:17:11 +0000 (01:17 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Wed, 24 Feb 2021 00:17:11 +0000 (01:17 +0100)
Resources/config/doctrine/Snippet.orm.yml

index a6e91652009ee5e207f0e6b4c0a607dc6307c6c7..4b172d65073fdbf91545a1ccffcf147be0154d2a 100644 (file)
@@ -15,6 +15,25 @@ Rapsys\AirBundle\Entity\Snippet:
             length: 2
         description:
             type: text
+        class:
+            type: text
+            nullable: true
+        contact:
+            type: string
+            length: 254
+            nullable: true
+        donate:
+            type: string
+            length: 254
+            nullable: true
+        link:
+            type: string
+            length: 254
+            nullable: true
+        profile:
+            type: string
+            length: 254
+            nullable: true
         created:
             type: datetime
         updated: