import { Model } from 'objection' class PointModel extends Model { static tableName = 'map_points' } export default PointModel