aggiunto package

This commit is contained in:
2024-07-04 17:22:38 +02:00
parent 0b0a2ea918
commit 21e2267340

View File

@@ -171,11 +171,6 @@ public class EntityDevelopmentService {
sqlFieldAnnotation
.addPair("nullable", new BooleanLiteralExpr(databaseColumn.isNullable()));
// if (databaseColumn.getColumnDefault() != null)
// sqlFieldValues.add(new MemberValuePair("defaultObjectValue", new StringLiteralExpr(databaseColumn.getColumnDefault())));
//Create @FK annotations
if (databaseColumn.getForeignKeys() != null) {
for (DatabaseForeignKey fkInfo : databaseColumn.getForeignKeys()) {