#1 mORMot 1 » Mormot can change table structure after create? » 2016-02-12 03:31:16

rafikrafael
Replies: 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

Board footer

Powered by FluxBB