Unknown column 'active' in 'where clause'

		SELECT *
		FROM `ps_currency`
		WHERE `deleted` = 0
		AND `active` = 1
		ORDER BY `name` ASC