fix sequence generator php code on sequenceName
This commit is contained in:
parent
8084b6cbf0
commit
3ec55d0cdd
@ -557,7 +557,7 @@ besides specifying the sequence's name:
|
||||
/**
|
||||
* @Id
|
||||
* @GeneratedValue(strategy="SEQUENCE")
|
||||
* @SequenceGenerator(name="tablename_seq", initialValue=1, allocationSize=100)
|
||||
* @SequenceGenerator(sequenceName="tablename_seq", initialValue=1, allocationSize=100)
|
||||
*/
|
||||
protected $id = null;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user