ii
Size: a a a
ii
LA
ii
if (config.use_env_variable) {
sequelize = new Sequelize(process.env[config.use_env_variable], config)
} else {
sequelize = new Sequelize(config.database, config.username, config.password, config)
}LA
YZ
YZ
YZ
BD
A column called 'id' was added to the attributes of '${this.tableName}' but not marked with 'primaryKey: true');BD
YZ
BD
BD
YZ
BD
ii
🌠
{
"type": "Point",
"coordinates": [
42.3446304,
-71.0310138
]
}@Column({ type: DataType.GEOMETRY('POINT'), allowNull: true })oordinates: {
type: string,
coordinates: [number, number],
};GS
{
"type": "Point",
"coordinates": [
42.3446304,
-71.0310138
]
}@Column({ type: DataType.GEOMETRY('POINT'), allowNull: true })oordinates: {
type: string,
coordinates: [number, number],
};🌠
@Column({ type: DataType.GEOMETRY('POINT'))
coordinates: {
type: string,
coordinates: [number, number],
};{
"type": "Point",
"coordinates": [
42.3446304,
-71.0310138
]
}