You are not logged in.
Pages: 1
If I change a property of a inherited tsqlrecord class, mormot orm will make the change in database structure?
Example
Original
property Name index 100 read FName write FName;
Change the size
property Name index 150 read FName write FName;
If not, I will have to manual change de table?
Thanks
Pages: 1