Merge pull request #23707 from eileenmcnaughton/import_activity
[civicrm-core.git] / CRM / Dedupe / DAO / DedupeException.php
index b1a96bab878dcf968d31fb9c2b2e2b4890ca5a18..2679f8349fabc8fc5be36ee84de0d2ab91711cad 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Dedupe/DedupeException.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:52d33f10e1ffb90a32f65a9fa73ac9b3)
+ * (GenCodeChecksum:b949a5127501b9db455542caf6b3ffa2)
  */
 
 /**
@@ -33,21 +33,27 @@ class CRM_Dedupe_DAO_DedupeException extends CRM_Core_DAO {
   /**
    * Unique dedupe exception 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;
 
   /**
    * FK to Contact ID
    *
-   * @var int
+   * @var int|string
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $contact_id1;
 
   /**
    * FK to Contact ID
    *
-   * @var int
+   * @var int|string
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $contact_id2;