Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix issues.js checkDefault and Table default bug #89

Closed

Conversation

rainbow401
Copy link

Settings Pasted Graphic
create table blog.article
(
    id          bigint auto_increment comment 'id'
        primary key,
    title       varchar(100)                        not null comment '标题',
    content     text                                null comment '内容',
    create_by   bigint                              not null,
    create_time timestamp default CURRENT_TIMESTAMP not null,
    update_by   bigint                              not null,
    update_time timestamp default CURRENT_TIMESTAMP not null on update CURRENT_TIMESTAMP,
    deleted     tinyint   default 0                 not null
);

Copy link

vercel bot commented May 4, 2024

@rainbow401 is attempting to deploy a commit to the dottle's projects Team on Vercel.

A member of the Team first needs to authorize it.

@rainbow401 rainbow401 changed the title fix issues.js checkDefault bug fix issues.js checkDefault and Table default bug May 4, 2024
@rainbow401 rainbow401 closed this May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant