Merge pull request #23085 from civicrm/5.48
[civicrm-core.git] / CRM / Event / DAO / ParticipantPayment.php
index 57b9b9697aa8e6557b16c51b74de2a4e26833db7..a13745ca8f37c082da2ff47bc7dac675181d3f93 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Event/ParticipantPayment.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:6300da7ad1aebb4963cb5857ef146772)
+ * (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;