From 01dc0e8273186326e9b9d5af655dc56c35e62684 Mon Sep 17 00:00:00 2001 From: Michael Cummings Date: Sun, 3 Nov 2013 09:20:15 -0800 Subject: [PATCH] Update annotations-reference.rst @JoinTable because of mapping defaults does NOT have required attributes. Updated annotations reference to show them as optional. --- docs/en/reference/annotations-reference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/annotations-reference.rst b/docs/en/reference/annotations-reference.rst index 80ed01e7a..2ebc5c1f8 100644 --- a/docs/en/reference/annotations-reference.rst +++ b/docs/en/reference/annotations-reference.rst @@ -519,7 +519,7 @@ details of the database join table. If you do not specify @JoinTable on these relations reasonable mapping defaults apply using the affected table and the column names. -Required attributes: +Optional attributes: - **name**: Database name of the join-table