Skip to content
Frans Bouma edited this page May 8, 2015 · 19 revisions

Welcome to the Massive wiki!

Changes made so far in v2.0

The following (breaking) changes have been made in v2.0 (see 'Refactoring' branch)

  • table.DefaultValue(column) has been removed; it was of no use, the method required a column instance but there was no way to obtain one.
  • table.DefaultValue(string) has been added. string is the name of the column to return the default value for the column with the name specified.
  • (SQL Server) table.DefaultValue(string) returns a DateTime value now if the default value is getdate() or equivalent.
Clone this wiki locally