Matthew Hawley
Well-known member
I'm trying to submit this query:
And I am getting the following error.
"You have to choose at least one column to display"
ALTER TABLE xf_smilie
DROP smilie_category_id,
ADD smilie_category_id INT UNSIGNED NOT NULL DEFAULT 0,
ADD display_order INT UNSIGNED NOT NULL DEFAULT 1,
ADD display_in_editor TINYINT UNSIGNED NOT NULL DEFAULT 1,
ADD INDEX display_order (display_order)
And I am getting the following error.
"You have to choose at least one column to display"