Merge pull request #23707 from eileenmcnaughton/import_activity
[civicrm-core.git] / CRM / Dedupe / DAO / DedupeException.php
index 756018093824c002cdf95c408191b4b961df8da6..2679f8349fabc8fc5be36ee84de0d2ab91711cad 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Dedupe/DedupeException.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:2cc97827790267ad8bfb46052ae0360c)
+ * (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;