add new file
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
class CreateClients < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
create_table :clients do |t|
|
||||
t.string :name,:null => false
|
||||
t.string :nrc
|
||||
t.string :name,:null => false
|
||||
t.string :email
|
||||
t.string :phone
|
||||
t.string :address
|
||||
|
||||
@@ -52,7 +52,6 @@ ActiveRecord::Schema.define(version: 20170203091136) do
|
||||
|
||||
create_table "clients", force: :cascade do |t|
|
||||
t.string "name", null: false
|
||||
t.string "nrc"
|
||||
t.string "email"
|
||||
t.string "phone"
|
||||
t.string "address"
|
||||
|
||||
Reference in New Issue
Block a user