View Issue Details

IDProjectCategoryView StatusLast Update
0002122Database Workbench v6MySQL Modulepublic2023-02-27 09:07
ReporterMartijn Tonies Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0002122: Binary defaults not handled when fetching meta data
DescriptionExample:

CREATE TABLE enerwp_wfcrawlers (
  IP Binary(16) NOT NULL DEFAULT 0x,
  patternSig Binary(16) NOT NULL,
  status NChar(8) NOT NULL,
  lastUpdate int unsigned NOT NULL,
  PTR NVarChar(255) DEFAULT '',
  PRIMARY KEY (
    IP,
    patternSig
  )
) ENGINE=InnoDB AVG_ROW_LENGTH=390 ROW_FORMAT=DYNAMIC DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;


TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-02-27 09:07 Martijn Tonies New Issue