Migrations: column option "offset"?

Hi,

On the wiki
Peak Obsession it says:
Valid column options are:

  • limit
  • offset
  • null (i.e. â? :null => falseâ? implies NOT NULL)
  • default (to specify default values)

I was wondering what the purpose of the “offset” option is. And after
looking at the API at
http://api.rubyonrails.com/classes/ActiveRecord/ConnectionAdapters/TableDefinition.html#M000569
I’m wondering whether this option exists at all?
Is it an error on the wiki?

Thanks,
Mike.

Mike D <spmikedev@…> writes:

I was wondering what the purpose of the “offset” option is. And after
looking at the API at

http://api.rubyonrails.com/classes/ActiveRecord/ConnectionAdapters/TableDefinition.html#M000569

I’m wondering whether this option exists at all?
Is it an error on the wiki?
Yes, it is an error.

Valid options are: limit, default, and null

-damon