summaryrefslogtreecommitdiff
path: root/models/global_point.js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-08-23 21:11:22 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-08-23 21:11:22 +0200
commit4d86b511a12ba1863fb32354c1c69ac05216c406 (patch)
tree2388797e82bf06b64ea8fc8498d673b6549017fa /models/global_point.js
parent50181b5b105c9f13d81dd433a3b48eea16be88c6 (diff)
downloadorm-4d86b511a12ba1863fb32354c1c69ac05216c406.tar.gz
orm-4d86b511a12ba1863fb32354c1c69ac05216c406.zip
reimport
Diffstat (limited to 'models/global_point.js')
-rw-r--r--models/global_point.js100
1 files changed, 92 insertions, 8 deletions
diff --git a/models/global_point.js b/models/global_point.js
index abba690..8bbde9c 100644
--- a/models/global_point.js
+++ b/models/global_point.js
@@ -124,20 +124,104 @@ module.exports = function(sequelize, DataTypes) {
type: "DOUBLE",
allowNull: true
},
- items: {
- type: "BLOB",
+ item_001_use: {
+ type: DataTypes.BIGINT,
+ allowNull: false
+ },
+ item_004_use: {
+ type: DataTypes.BIGINT,
+ allowNull: false
+ },
+ item_014_use: {
+ type: DataTypes.BIGINT,
+ allowNull: false
+ },
+ item_015_use: {
+ type: DataTypes.BIGINT,
+ allowNull: false
+ },
+ item_017_use: {
+ type: DataTypes.BIGINT,
+ allowNull: false
+ },
+ item_018_use: {
+ type: DataTypes.BIGINT,
+ allowNull: false
+ },
+ item_020_use: {
+ type: DataTypes.BIGINT,
allowNull: false
},
- item_grants: {
- type: "BLOB",
+ item_024_use: {
+ type: DataTypes.BIGINT,
allowNull: false
},
- item_uses: {
- type: "BLOB",
+ item_025_use: {
+ type: DataTypes.BIGINT,
allowNull: false
},
- item_sells: {
- type: "BLOB",
+ item_026_use: {
+ type: DataTypes.BIGINT,
+ allowNull: false
+ },
+ item_028_use: {
+ type: DataTypes.BIGINT,
+ allowNull: false
+ },
+ item_029_use: {
+ type: DataTypes.BIGINT,
+ allowNull: false
+ },
+ item_039_use: {
+ type: DataTypes.BIGINT,
+ allowNull: false
+ },
+ item_041_use: {
+ type: DataTypes.BIGINT,
+ allowNull: false
+ },
+ item_043_use: {
+ type: DataTypes.BIGINT,
+ allowNull: false
+ },
+ item_048_use: {
+ type: DataTypes.BIGINT,
+ allowNull: false
+ },
+ item_049_use: {
+ type: DataTypes.BIGINT,
+ allowNull: false
+ },
+ item_050_use: {
+ type: DataTypes.BIGINT,
+ allowNull: false
+ },
+ item_057_use: {
+ type: DataTypes.BIGINT,
+ allowNull: false
+ },
+ item_063_use: {
+ type: DataTypes.BIGINT,
+ allowNull: false
+ },
+ item_066_use: {
+ type: DataTypes.BIGINT,
+ allowNull: false
+ },
+ item_068_use: {
+ type: DataTypes.BIGINT,
+ allowNull: false
+ },
+ item_069_use: {
+ type: DataTypes.BIGINT,
+ allowNull: false
+ },
+ item_070_use: {
+ type: DataTypes.BIGINT,
+ allowNull: false
+ },
+ item_071_use: {
+ type: DataTypes.BIGINT,
allowNull: false
}
}, {