Created a DB project but tables are missing columns
Posted: 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;
--
-- Definition for table import__dbo_tablename
--
CREATE TABLE IF NOT EXISTS import__dbo_tablename (
)
ENGINE = INNODB,
CHARACTER SET utf8mb4,
COLLATE utf8mb4_unicode_ci;