drawdb
drawdb copied to clipboard
Support for unsigned types
It looks like the type selection unsigned is not supported?
CREATE TABLE example_table ( id INT UNSIGNED NOT NULL, age TINYINT UNSIGNED, salary DECIMAL(10,2) UNSIGNED, score BIGINT UNSIGNED );
CREATE TABLE example_table ( id INT UNSIGNED NOT NULL, age TINYINT UNSIGNED, salary DECIMAL(10,2) UNSIGNED, score BIGINT UNSIGNED );
you mean that only support import sql source?