array( 'description' => 'Permission Id', 'column' => 'permission_id', 'type' => 'integer' ), 'userId' => array( 'description' => 'User ID', 'column' => 'user_id', 'type' => 'integer' ), 'id' => array( 'description' => 'ID', 'column' => 'id', 'type' => 'integer' ), 'expire' => array( 'description' => 'Expiration Date', 'column' => 'expire', 'type' => 'datetime' ), 'created' => array( 'description' => 'Date Created', 'column' => 'created', 'type' => 'datetime' ), 'updated' => array( 'description' => 'Date Updated', 'column' => 'updated', 'type' => 'datetime' ) ); }