mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 00:24:57 +00:00
HHH-12365 - User Guide: call_key should change to call_timestamp_epoch
This commit is contained in:
parent
2bb1c8419c
commit
84614aa405
@ -7,10 +7,10 @@ create table call_register (
|
||||
person_id int8 not null,
|
||||
phone_number int4,
|
||||
call_timestamp_epoch int8 not null,
|
||||
primary key (person_id, call_key)
|
||||
primary key (person_id, call_timestamp_epoch)
|
||||
)
|
||||
|
||||
alter table if exists call_register
|
||||
add constraint FKsn58spsregnjyn8xt61qkxsub
|
||||
foreign key (person_id)
|
||||
references person
|
||||
references person
|
||||
|
Loading…
x
Reference in New Issue
Block a user