Did you try creating the column in MySQL manually?

-----Original Message-----
From: Mashood hassan <[email protected]>
Sent: 12 November 2020 17:21
To: [email protected]
Subject: new column in table and new Table in database

CAUTION: This email originated from outside of the organization. Do not click 
links or open attachments unless you recognize the sender and know the content 
is safe.


 I am working on Fineract. The issue I am facing is when I change in m_fund 
Entity class to add a new column it compiles without error but it does not 
create new column in MySQL database. one more strange thing which I came to 
know that is when I try to monitor the SQL logs by enabling it in the 
application.properties when it starts compiling it remove my lines which 
enables the SQL logs it feels like it is rewriting my changes. I am stuck at 
this stage I want to work on this project. Is there anyway u can help me on 
this? just guide me a little so that I continue my exploration on this cool 
project.

1: what do I want to do?
     I want to add a new column and make new tables in fineract MySQL default.
2: what is the issue?
     A new column is not visible in MySQL "m_fund" table even there is not an 
error
     When I hit API /funds it says you don't have a "funds_type" column in the 
database. this is after when I make Column in Entity class using @Column and 
private String...

Thank you





Disclaimer: "The contents of this e-mail and any attachments enclosed therein 
are intended solely for the addressee(s) and may contain confidential and/or 
privileged information. It may also be the sole intellectual and proprietary 
resource of Zuci Systems and therefore may be legally protected from 
disclosure. If you are not the intended recipient of this message, or if this 
message has been addressed to you by inadvertence, kindly alert the sender by 
email and then follow with its deletion. If you are not the intended recipient, 
you are hereby notified that any use, dissemination, copying, or storage of 
this message or its attachments is strictly prohibited and shall make you 
liable for consequences under applicable laws."

Reply via email to