LinuxDoku / migratordotnet

Automatically exported from code.google.com/p/migratordotnet
0 stars 0 forks source link

Support clustered/custom indices #113

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Migrator.NET should support the creation of clustered and custom indices.  I 
would suggest the 
syntax

    Database.AddIndex(string name, string table, params string[] columns)

I'm happy to supply a patch to add this functionality.

Original issue reported on code.google.com by benjamin...@gmail.com on 18 May 2009 at 7:04

GoogleCodeExporter commented 8 years ago
Check out my patch attached to Issue 101 

http://code.google.com/p/migratordotnet/issues/detail?id=101

Original comment by nathan.o...@gmail.com on 28 May 2009 at 11:36