def change
    create_table :organizations do |t|
      t.string :name
      t.string :slug
      t.timestamps