Frage

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

War es hilfreich?

Lösung

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

Andere Tipps

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top