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

Commit e78f2e69 by Sascha Depold

seperated data types into single file

1 parent 48659131
Showing with 9 additions and 0 deletions
module.exports = {
STRING: 'VARCHAR(255)',
TEXT: 'TEXT',
INTEGER: 'INT',
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!