HHH-4562 - Fixed the typo in chapter 7.3.1. Added bigint after personId
This commit is contained in:
parent
c0011f1cc6
commit
234c491523
|
@ -184,7 +184,7 @@ create table Address ( addressId bigint not null primary key, personId bigint no
|
|||
</class>]]></programlisting>
|
||||
<programlisting><![CDATA[
|
||||
create table Person ( personId bigint not null primary key )
|
||||
create table PersonAddress ( personId not null, addressId bigint not null primary key )
|
||||
create table PersonAddress ( personId bigint not null, addressId bigint not null primary key )
|
||||
create table Address ( addressId bigint not null primary key )
|
||||
]]></programlisting>
|
||||
|
||||
|
|
Loading…
Reference in New Issue