0
hallo.Syntax für Schienen g Migration mit Space
Ich versuche, eine Spalte namens product_size
zu meiner order_items
Tabelle in meinem Schema hinzuzufügen.
mache ich das von:
$ rails g migration add_product_size_to_order_items
oder
$ rails g migration add_product_size_to_OrderItem
oder sonst?
Danke!
Dank! :) Es hat funktioniert: '' '$ rails g migration add_product_size_to_order_items product_size: string''' –