X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FMember%2FDAO%2FMembershipLog.php;h=ead87623ba6ed0bc3816534b56f98172b4e62774;hb=5a493630f09d82fb18dea6e68a7c17f971088ace;hp=b0ac1881a8ea8f26f04e90182227518b50ea3774;hpb=52dc358d1ea675cf91f1fcf79f5a8d066aae6afd;p=civicrm-core.git diff --git a/CRM/Member/DAO/MembershipLog.php b/CRM/Member/DAO/MembershipLog.php index b0ac1881a8..ead87623ba 100644 --- a/CRM/Member/DAO/MembershipLog.php +++ b/CRM/Member/DAO/MembershipLog.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Member/MembershipLog.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:fc7552b2d017b9feb21acbef94f70342) + * (GenCodeChecksum:0064664a5741cb1f9ba8fea392dcef22) */ /** @@ -32,63 +32,81 @@ class CRM_Member_DAO_MembershipLog extends CRM_Core_DAO { public static $_log = TRUE; /** - * @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 Membership table * - * @var int + * @var int|string + * (SQL type: int unsigned) + * Note that values will be retrieved from the database as a string. */ public $membership_id; /** * New status assigned to membership by this action. FK to Membership Status * - * @var int + * @var int|string + * (SQL type: int unsigned) + * Note that values will be retrieved from the database as a string. */ public $status_id; /** * New membership period start date * - * @var date + * @var string|null + * (SQL type: date) + * Note that values will be retrieved from the database as a string. */ public $start_date; /** * New membership period expiration date. * - * @var date + * @var string|null + * (SQL type: date) + * Note that values will be retrieved from the database as a string. */ public $end_date; /** * FK to Contact ID of person under whose credentials this data modification was made. * - * @var int + * @var int|string|null + * (SQL type: int unsigned) + * Note that values will be retrieved from the database as a string. */ public $modified_id; /** * Date this membership modification action was logged. * - * @var date + * @var string|null + * (SQL type: date) + * Note that values will be retrieved from the database as a string. */ public $modified_date; /** * FK to Membership Type. * - * @var int + * @var int|string|null + * (SQL type: int unsigned) + * Note that values will be retrieved from the database as a string. */ public $membership_type_id; /** * Maximum number of related memberships. * - * @var int + * @var int|string|null + * (SQL type: int) + * Note that values will be retrieved from the database as a string. */ public $max_related;