HHH-9601 ordering column name fix in table schema in example 7.8

This commit is contained in:
Kamil Szymanski 2015-02-05 22:55:38 +01:00 committed by Brett Meyer
parent 9ca003a843
commit ff8c75cbea
1 changed files with 1 additions and 1 deletions

View File

@ -579,7 +579,7 @@ public class Order {
| id | | id |
| number | |----------|
| customer_id |
| orders_order |
| orders_index |
|--------------|</programlisting>
</example>