Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. class CreateAuthors < ActiveRecord::Migration[5.2]
  2. def change
  3. create_table :authors, id: :string do |t|
  4. t.string :name
  5.  
  6. t.timestamps
  7. end
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement