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
|
||||
|
||||
Reference in New Issue
Block a user