Commit 49ebfb07 authored by Hsinli's avatar Hsinli

youhau

parent 26bea1ff
Pipeline #9230 passed with stage
in 4 seconds
...@@ -24,10 +24,34 @@ module.exports = app => { ...@@ -24,10 +24,34 @@ module.exports = app => {
type: INTEGER, type: INTEGER,
allowNull: true allowNull: true
}, },
province: {
type: INTEGER,
allowNull: true
},
city: {
type: INTEGER,
allowNull: true
},
area: {
type: INTEGER,
allowNull: true
},
address: { address: {
type: STRING, type: STRING,
allowNull: true allowNull: true
}, },
sale_province: {
type: INTEGER,
allowNull: true
},
sale_city: {
type: INTEGER,
allowNull: true
},
sale_area: {
type: INTEGER,
allowNull: true
},
sale_address: { sale_address: {
type: INTEGER, type: INTEGER,
allowNull: true allowNull: true
...@@ -148,18 +172,6 @@ module.exports = app => { ...@@ -148,18 +172,6 @@ module.exports = app => {
type: INTEGER, type: INTEGER,
allowNull: true allowNull: true
}, },
province: {
type: INTEGER,
allowNull: true
},
city: {
type: INTEGER,
allowNull: true
},
area: {
type: INTEGER,
allowNull: true
},
residential_property_right_years: { residential_property_right_years: {
type: INTEGER, type: INTEGER,
allowNull: true allowNull: true
...@@ -208,18 +220,6 @@ module.exports = app => { ...@@ -208,18 +220,6 @@ module.exports = app => {
type: TEXT, type: TEXT,
allowNull: true allowNull: true
}, },
sale_province: {
type: INTEGER,
allowNull: true
},
sale_city: {
type: INTEGER,
allowNull: true
},
sale_area: {
type: INTEGER,
allowNull: true
},
deleted_at: { deleted_at: {
type: DATE, type: DATE,
allowNull: true, allowNull: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment