2020-12-02 15:48:00 +01:00

8 lines
119 B
JavaScript

'use strict';
const MANY_RELATIONS = ['oneToMany', 'manyToMany', 'manyWay'];
module.exports = {
MANY_RELATIONS,
};