Same problem with Failed to Create.
CREATE TABLE wpxq_gratitude (
Name char(12) ASCII NOT NULL DEFAULT ‘NAME’ COMMENT ‘Name of Member’,
Date date BINARY NOT NULL DEFAULT ‘TODAY’ COMMENT ‘Date You’re Grateful’,
Greatful text NOT NULL COMMENT ‘greatful’,
PRIMARY KEY(Name) ,
INDEX(Date) )
ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT=’Greatfulness’;
I want to use the single episode shortcode but I can’t find the podcast episode number anywhere.
Where can I find it?
Thank you.