Skip to content

SQL #12

Description

@diguage
CREATE TABLE task_user_register
(
    id         BIGINT UNSIGNED AUTO_INCREMENT PRIMARY KEY,
    userId     VARCHAR(64)                                                         NOT NULL,
    status     TINYINT                                                             NOT NULL,
    data       VARCHAR(4096) DEFAULT ''                                            NOT NULL,
    uuid       VARCHAR(128)                                                        NOT NULL,
    createTime DATETIME      DEFAULT CURRENT_TIMESTAMP                             NOT NULL,
    updateTime DATETIME      DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP NOT NULL
)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions