Common properties for each ZinaBB table
Registered by
Dominik Siebel
Describes common properties of each ZinaBB table.
Blueprint information
- Status:
- Started
- Approver:
- Mario Mueller
- Priority:
- Essential
- Drafter:
- Dominik Siebel
- Direction:
- Approved
- Assignee:
- Dominik Siebel
- Definition:
- New
- Series goal:
- Accepted for trunk
- Implementation:
- Started
- Milestone target:
- alpha.1
- Started by
- Mario Mueller
- Completed by
Whiteboard
Every ZinaBB table contains 3 commen fields to enhance maintenance and reporting:
- sys_create
- sys_update
- sys_delete
sys_create
Contains the row's initial creation date and time.
sys_update
Contains the row's latest update date and time to register, determining when the row has been updated lately.
sys_delete
Contains the row's deletion date. So that the row has not to be deleted at first.
Therefor the standard Zend classes Zend_Db_
(?)