Sha256: 49e65b2bd9b31914cf0b3d3f5d2ab212d6d345dd1b3461ed808ab32a8e03ce22
Contents?: true
Size: 484 Bytes
Versions: 89
Compression:
Stored size: 484 Bytes
Contents
Description: The migration generator creates a stub for a new database migration. The generator takes a migration name as its argument. The migration name may be given in CamelCase or under_score. The generator creates a migration class in db/migrate prefixed by its number in the queue. Example: ./script/generate migration AddSslFlag With 4 existing migrations, this will create an AddSslFlag migration in the file db/migrate/005_add_ssl_flag.rb
Version data entries
89 entries across 89 versions & 7 rubygems