Skip to content

Error in generated script MySql: no data type without length #88

@MichelSc

Description

@MichelSc

I want to design a database for MySql.
I define a column with type (say) INT and no length specified.
I generate the sql script create table ...
The create table statement specifies a column with type INT(): NOK, this is not accepted by MySql.
I want a column of type INT (with no parenthesis and no length specified): NOK: not possible to generate that with ISDesigner.
The only way to generate a valid sql script is to specify a length every time ...
This issue applies to all numeric types.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions