Sha256: 21dfe33b8af9ea0e10b40f7124a1eb66be9c1d99021c714669c5ae68a67a5ee8

Contents?: true

Size: 353 Bytes

Versions: 6

Compression:

Stored size: 353 Bytes

Contents

class CreatePhcscriptcdnScriptAuthors < ActiveRecord::Migration[5.2]
  def change

    create_table :phcscriptcdn_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.timestamps

    end

  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
phcscriptcdn-54.1.0 db/migrate/20160821183714_create_phcscriptcdn_script_authors.rb
phcscriptcdn-54.0.0 db/migrate/20160821183714_create_phcscriptcdn_script_authors.rb
phcscriptcdn-53.0.0 db/migrate/20160821183714_create_phcscriptcdn_script_authors.rb
phcscriptcdn-52.0.0 db/migrate/20160821183714_create_phcscriptcdn_script_authors.rb
phcscriptcdn-51.0.0 db/migrate/20160821183714_create_phcscriptcdn_script_authors.rb
phcscriptcdn-50.0.0 db/migrate/20160821183714_create_phcscriptcdn_script_authors.rb