Created a DB project but tables are missing columns

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
AnthonyDAllen
Posts: 1
Joined: Wed 01 Apr 2020 17:59

Created a DB project but tables are missing columns

Post by AnthonyDAllen » Wed 01 Apr 2020 18:04

this is what I get. All the columns and types are missing from the definition.

--
-- Definition for table import__dbo_tablename
--
CREATE TABLE IF NOT EXISTS import__dbo_tablename (
)
ENGINE = INNODB,
CHARACTER SET utf8mb4,
COLLATE utf8mb4_unicode_ci;

alexa

Re: Created a DB project but tables are missing columns

Post by alexa » Thu 02 Apr 2020 07:20

Could you please describe it step by step and specify what versions of MySQL and dbForge you are using?

A video or screenshots would be also of help.

You can send a reply straight to our support system at alexaATdevartDOTcom and supportATdevartDOTcom .

Post Reply