mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#499 - DDL issue for entity bean that is both @Draftable with @History - draft only columns included in history table
This commit is contained in:
@@ -13,7 +13,7 @@ import java.sql.Timestamp;
|
||||
import java.util.List;
|
||||
|
||||
|
||||
//@History
|
||||
@History
|
||||
@Draftable
|
||||
@Entity
|
||||
public class Link extends BaseDomain {
|
||||
|
||||
Reference in New Issue
Block a user