WordPress database error: [Table 'e25g6h_mmb_user_invites' already exists]CREATE TABLE e25g6h_mmb_user_invites (
ID mediumint(9) NOT NULL AUTO_INCREMENT,
created_at datetime DEFAULT '0000-00-00 00:00:00' NOT NULL,
user_id mediumint(9) NOT NULL,
user_name text NOT NULL,
invite_code text NOT NULL,
discord_username text NOT NULL,
discord_discrim text NULL,
created_date datetime DEFAULT '0000-00-00 00:00:00' NOT NULL,
joined_date datetime DEFAULT '0000-00-00 00:00:00' NOT NULL,
status mediumint NOT NULL,
PRIMARY KEY (ID)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci
WordPress database error: [Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")]SHOW FULL COLUMNS FROM `e25g6h_options`