Fixed typo
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
class CreateJobs < ActiveRecord::Migration[7.1]
|
||||
def change
|
||||
create_table :jobs do |t|
|
||||
t.references :costumer, null: true
|
||||
t.references :customer, null: true
|
||||
t.references :creator, null: true
|
||||
t.references :cashier, null: true
|
||||
t.references :operator, null: true
|
||||
t.string :costumer_firstname
|
||||
t.string :costumer_lastname
|
||||
t.string :customer_firstname
|
||||
t.string :customer_lastname
|
||||
t.string :operator_firstname
|
||||
t.string :operator_lastname
|
||||
t.string :cashier_firstname
|
||||
|
||||
Reference in New Issue
Block a user