File size: 128 Bytes
def1299
 
 
 
 
 
1
2
3
4
5
6
7
class CreateClients < ActiveRecord::Migration[5.0]
  def change
    create_table :clients, id: :string do |t|
    end
  end
end