Merge pull request #2 from civicrm/master
[civicrm-core.git] / CRM / Core / DAO / EntityFile.php
index 26069113cbefad1604991e12fdf447bcfd8963eb..9ab75998b90f7420b27874c1e0f63d097fba4be4 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/EntityFile.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:febc5ccbfb965f8f4ba8477d4db0e5f3)
+ * (GenCodeChecksum:7a5ef1cb4866290ba8edac3fd92f1102)
  */
 
 /**
@@ -31,7 +31,7 @@ class CRM_Core_DAO_EntityFile extends CRM_Core_DAO {
   /**
    * primary key
    *
-   * @var int unsigned
+   * @var int
    */
   public $id;
 
@@ -45,14 +45,14 @@ class CRM_Core_DAO_EntityFile extends CRM_Core_DAO {
   /**
    * FK to entity table specified in entity_table column.
    *
-   * @var int unsigned
+   * @var int
    */
   public $entity_id;
 
   /**
    * FK to civicrm_file
    *
-   * @var int unsigned
+   * @var int
    */
   public $file_id;