refactor penamaan table

This commit is contained in:
dirgantarasiahaan
2023-06-06 16:31:09 +07:00
parent a2c1320c27
commit 831696cc05
33 changed files with 318 additions and 410 deletions

View File

@@ -34,8 +34,8 @@ public class RksTemplate extends BaseEntity {
@Column(name = "versi")
private String versi;
@Column(name = "rks_daftar_isi_id")
private Long rksDaftarIsiId;
@Column(name = "rks_daftar_id")
private Long rksDaftarId;
@Column(name = "is_active")
@Type(type = "org.hibernate.type.NumericBooleanType")