I am new with spring stuff. but I created a separate spring hibernate project and was able to modify table in memory database
On Thu, Nov 12, 2020 at 5:24 PM Mashood hassan <[email protected]> wrote: > maybe I am missing something in the code. can you give me a little time we > can connect on TeamViewer you can check? this will be a great help for me. > > On Thu, Nov 12, 2020 at 5:20 PM Saifudeen Khan <[email protected]> > wrote: > >> Strange. We had some usecases where we wanted frequencies of repayment >> for both principal and interest is different and able to modify the tables >> successfully >> >> -----Original Message----- >> From: Mashood hassan <[email protected]> >> Sent: 12 November 2020 17:46 >> To: [email protected] >> Subject: Re: RE: 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. >> >> >> and now i have also created the column MySQL default fineract-database >> now i am getting the same error Caused by: java.sql.SQLException: No such >> column: source_of_fund >> >> >> On 2020/11/12 12:02:57, Mashood hassan <[email protected]> wrote: >> > yes, I did this one approach let me confirm this one I will tell you >> just a mint. >> > On 2020/11/12 11:53:34, Saifudeen Khan <[email protected]> wrote: >> > > 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." >> > > >> > >> 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." >> >
