abiao il y a 3 ans
Parent
commit
910594f22f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      db/migrate/20220531032358_create_silvers.rb

+ 1 - 1
db/migrate/20220531032358_create_silvers.rb

@@ -21,9 +21,9 @@ class CreateSilvers < ActiveRecord::Migration
     add_column :orders,  :dis_amount ,:integer, :limit => 11, :default => 0
     add_column :orders,  :total_silver ,:integer, :limit => 11, :default => 0
     add_column :orders,  :paied_silver ,:integer, :limit => 11, :default => 0
+    add_column :orders,  :paied_cash ,:integer, :limit => 11, :default => 0
     add_column :products, :silver , :integer, :limit => 11, :default => 0
     add_column :products, :use_quan, :boolean,:limit => 1
-
   end
 
   def self.down