From 2a24273b4f3f7b95aeed9689683a78af63920685 Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Tue, 10 Mar 2015 21:26:36 -0700 Subject: [PATCH] Fix the test case --- test/CustomTypeForeignKey.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CustomTypeForeignKey.test.js b/test/CustomTypeForeignKey.test.js index b8130aba..880dc937 100644 --- a/test/CustomTypeForeignKey.test.js +++ b/test/CustomTypeForeignKey.test.js @@ -9,6 +9,7 @@ describe('Datasource-specific field types for foreign keys', function () { ds = new DataSource('memory'); Item = ds.define('Item', { "myProp": { + "id": true, "type": "string", "memory": { "dataType": "string"