Skip to content

History / How To: Change an already existing table to add devise required columns

Revisions

  • remove t.timestamps null: false, it will become error because the current table usually already have it, remove null: false, default: " ", so index unique will work

    @buncis buncis committed Oct 7, 2017
  • Updated How To: Change an already existing table to add devise required columns (markdown)

    @snaka snaka committed Sep 7, 2017
  • Update the migration based on the migration created by the latest Devise version

    @bgentry bgentry committed Dec 15, 2016
  • Updated the instructions to account for correcting duplicate field errors in the new migration schema.

    André O. Brown committed Jun 5, 2013
  • emphasizing that the rules for 2.0 have changed

    ghilead committed Feb 21, 2013
  • Correction on the word "lieu" to "line".

    @allysonbarros allysonbarros committed Jan 21, 2013
  • Updated How To: Change an already existing table to add devise required columns (markdown)

    @LConrad LConrad committed Jun 1, 2012
  • Updated How To: change an already existing table to add devise required columns (markdown)

    @josevalim josevalim committed Jan 24, 2012