Commit b1c85cc5 authored by Hsinli's avatar Hsinli

add

parent eddf4aeb
Pipeline #9214 passed with stage
in 4 seconds
...@@ -92,14 +92,6 @@ module.exports = app => { ...@@ -92,14 +92,6 @@ module.exports = app => {
return date ? moment(date).format('YYYY-MM-DD HH:mm:ss') : undefined; return date ? moment(date).format('YYYY-MM-DD HH:mm:ss') : undefined;
}, },
}, },
land_area: {
type: DECIMAL,
allowNull: true
},
house_area: {
type: DECIMAL,
allowNull: true
},
plan_rooms: { plan_rooms: {
type: INTEGER, type: INTEGER,
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