mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Modify tests to avoid MySql keyword (mod) for column names
This commit is contained in:
@@ -13,7 +13,7 @@ public class TzBean {
|
||||
@Id
|
||||
Long id;
|
||||
|
||||
@Column(name = "mod")
|
||||
@Column(name = "moda")
|
||||
String mode;
|
||||
|
||||
Timestamp ts;
|
||||
|
||||
Reference in New Issue
Block a user