Konstantinos Kamaropoulos
5 years ago
1 changed files with 7 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||
import * as mongoose from 'mongoose'; |
|||
|
|||
export const LogsSchema = new mongoose.Schema({ |
|||
drone_id: { type: Number }, |
|||
gprmc: { type: String }, |
|||
sensorReadings: { type: Object } |
|||
}, { timestamps: true }); |
Loading…
Reference in new issue