不要怂,就是干,撸起袖子干!

Commit b9f9be64 by Jan Aagaard Meier

[ci skip] docs - Add change from #4956

1 parent e45af139
Showing with 1 additions and 0 deletions
......@@ -85,6 +85,7 @@ Sequelize.STRING // VARCHAR(255)
Sequelize.STRING(1234) // VARCHAR(1234)
Sequelize.STRING.BINARY // VARCHAR BINARY
Sequelize.TEXT // TEXT
Sequelize.TEXT('tiny') // TINYTEXT
Sequelize.INTEGER // INTEGER
Sequelize.BIGINT // BIGINT
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!