Merge pull request #20093 from larssandergreen/mailings-AB-test-improvements
[civicrm-core.git] / CRM / Queue / DAO / Queue.php
index 1cae113da080d0bed54126c05cd643d94297bee8..fc5ce93eff853676e425abf269f7b0b1d83db1ba 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Queue/Queue.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:08890bdce3ccfede0d5963b2a0a6fa98)
+ * (GenCodeChecksum:5a49f8a2765460d48e4266efa9d447f2)
  */
 
 /**
@@ -31,7 +31,9 @@ class CRM_Queue_DAO_Queue extends CRM_Core_DAO {
   public static $_log = FALSE;
 
   /**
-   * @var int
+   * @var int|string|null
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $id;
 
@@ -39,6 +41,8 @@ class CRM_Queue_DAO_Queue extends CRM_Core_DAO {
    * Name of the queue
    *
    * @var string
+   *   (SQL type: varchar(64))
+   *   Note that values will be retrieved from the database as a string.
    */
   public $name;
 
@@ -46,13 +50,17 @@ class CRM_Queue_DAO_Queue extends CRM_Core_DAO {
    * Type of the queue
    *
    * @var string
+   *   (SQL type: varchar(64))
+   *   Note that values will be retrieved from the database as a string.
    */
   public $type;
 
   /**
    * Should the standard background attempt to autorun tasks in this queue?
    *
-   * @var bool
+   * @var bool|string|null
+   *   (SQL type: tinyint)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $is_autorun;