0

In MySQL I can set the attribute of a DATETIME field to ON UPDATE CURRENT_TIMESTAMP is there a way to set this in JHipster JDL?

Mohsen
  • 4,536
  • 2
  • 27
  • 49
rmg
  • 1,009
  • 16
  • 31

1 Answers1

1

No, you must add it manually to the Liquibase migration generated by JHipster

Gaël Marziou
  • 16,028
  • 4
  • 38
  • 49