Sha256: e2786a5c80715311f712a2c13f16d4025f1b03b53f1cfb3ebe72179bbb39dd4b

Contents?: true

Size: 382 Bytes

Versions: 4

Compression:

Stored size: 382 Bytes

Contents

class CreatePhcscriptcdnproScriptAuthors < ActiveRecord::Migration[7.0]
  def change

    create_table :phcscriptcdnpro_script_authors do |t|

      t.string :author_first_name
      t.string :author_last_name

      t.string :author_website
      t.string :author_github

      t.string :slug

      t.string :user_id
      t.string :org_id

      t.timestamps

    end

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
phcscriptcdnpro-79.0.3 db/migrate/20160821183714_create_phcscriptcdnpro_script_authors.rb
phcscriptcdnpro-79.0.2 db/migrate/20160821183714_create_phcscriptcdnpro_script_authors.rb
phcscriptcdnpro-79.0.1 db/migrate/20160821183714_create_phcscriptcdnpro_script_authors.rb
phcscriptcdnpro-79.0.0 db/migrate/20160821183714_create_phcscriptcdnpro_script_authors.rb