Registry / database / migration-comments

migration-comments

JSON →
library0.4.1rbrubygemsunverified

Adds schema comments to migrations and displays them in model annotations and db/schema.rb.

gem install migration_comments
INSTALL
IMPORT
SIG · MIGRATION-COMMENTS
M
migration-comments
databaserubyv0.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MigrationComments
require 'migration_comments'

Add comments to database columns in migrations

require 'migration_comments' class CreatePosts < ActiveRecord::Migration def change create_table :posts do |t| t.string :title, comment: 'The post title' end end end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
migration-comments — gem install migration-comments · libregistry