id INT NOT NULL AUTO_INCREMENT,
name TINYTEXT NULL, -- Original name of the image - might be URL if copied via HTTP
status TINYINT(1) NULL, -- Display/Use status - See plugin.ini status table
- selected_image BOOLEAN NULL, -- A single special image in the current gallery for this entity
- featured_image BOOLEAN null, -- Image is a member of a group of featured images
+ selected BOOLEAN NULL, -- A single special image in the current gallery for this entity
+ featured BOOLEAN null, -- Image is a member of a group of featured images
file_name TINYTEXT NULL, -- Stored file name for the image
descr TEXT NULL, -- Description
caption TINYTEXT NULL, -- Caption for the image