Question

Is there any way to update schema? I've created a db with schema now I want to add an index to it. How to add an extra index to existing store?

Thanks, -Kesav

Was it helpful?

Solution

Just change your schema. If you define schema version, remember to increase it.

OTHER TIPS

Yes. If you use SQL Server, on management studio you change your table e save the new Schema. Then you run this script.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top