Merge pull request #23951 from civicrm/5.51
[civicrm-core.git] / CRM / Event / DAO / ParticipantPayment.php
index 9fe49f0c864c90fb016323719c558ea864ecda7c..a13745ca8f37c082da2ff47bc7dac675181d3f93 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Event/ParticipantPayment.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:faf8b6394f4e57dd2bd6702f712f7157)
+ * (GenCodeChecksum:e968c8fec853683ccda7863407aef635)
  */
 
 /**
@@ -34,21 +34,27 @@ class CRM_Event_DAO_ParticipantPayment extends CRM_Core_DAO {
   /**
    * Participant Payment ID
    *
-   * @var int
+   * @var int|string|null
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $id;
 
   /**
    * Participant ID (FK)
    *
-   * @var int
+   * @var int|string
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $participant_id;
 
   /**
    * FK to contribution table.
    *
-   * @var int
+   * @var int|string
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $contribution_id;