array( 'description' => 'Record ID', 'column' => 'id', 'type' => 'integer' ), 'groupId' => array( 'description' => 'Group ID', 'column' => 'group_id', 'type' => 'integer' ), 'parentId' => array( 'description' => 'Parent ID', 'column' => 'parent_id', 'type' => 'integer' ), 'created' => array( 'description' => 'Date Created', 'column' => 'created', 'type' => 'datetime' ), 'updated' => array( 'description' => 'Date Updated', 'column' => 'updated', 'type' => 'datetime' ) ); }