Guest User

Untitled

a guest
Mar 22nd, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. class CreateCategories < ActiveRecord::Migration[5.1]
  2. def change
  3. create_table :categories do |t|
  4. end
  5. end
  6. end
Add Comment
Please, Sign In to add comment