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

Commit d026705e by sdepold

use INTEGER as integer datatype => works in sqlite

1 parent 407a5346
Showing with 2 additions and 3 deletions
module.exports = {
STRING: 'VARCHAR(255)',
TEXT: 'TEXT',
INTEGER: 'INT',
INTEGER: 'INTEGER',
DATE: 'DATETIME',
BOOLEAN: 'TINYINT(1)',
FLOAT: 'FLOAT'
}
\ No newline at end of file
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!