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

Commit 41d1c91b by Jan Aagaard Meier

Accidentaly remove es6project

1 parent 75bd5256
Showing with 6 additions and 0 deletions
'use strict';
exports.default = function(sequelize, DataTypes) {
return sequelize.define('Project' + parseInt(Math.random() * 9999999999999999), {
name: DataTypes.STRING
});
};
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!