CORE POS - Fannie
The CORE POS back end
Protected Attributes | List of all members
update_20130107181335 Class Reference
Inheritance diagram for update_20130107181335:
UpdateObj

Protected Attributes

 $timestamp = '20130107181335'
 
 $description
 
 $author = 'Eric Lee (WEFC_Toronto)'
 
 $queries
 
- Protected Attributes inherited from UpdateObj
 $timestamp = 'YYYYMMDDHHMMSS'
 
 $description = 'Describe what your update does'
 
 $author = 'Say who you are'
 
 $queries
 

Additional Inherited Members

- Public Member Functions inherited from UpdateObj
 HtmlInfo ()
 
 HtmlQueries ()
 
 ApplyUpdates ()
 
 CheckStatus ()
 
 SetStatus ($st)
 

Member Data Documentation

update_20130107181335::$description
protected
Initial value:
= 'Change the data type of custdata.CardNo to int(11)
to agree with the format of the value in other tables
and to NOT NULL.'
update_20130107181335::$queries
protected
Initial value:
= array(
'op' => array(
'ALTER TABLE custdata CHANGE COLUMN CardNo CardNo INT(11) NOT NULL'
),
'trans' => array(),
'archive' => array()
)

The documentation for this class was generated from the following file: