CRUDforProducts

This commit is contained in:
yamin
2017-08-16 18:19:20 +06:30
parent 73cceaf482
commit 4fc748e877
13 changed files with 220 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
class CreateProduct < ActiveRecord::Migration[5.1]
class SettingsProducts < ActiveRecord::Migration[5.1]
def change
create_table :products do |t|
t.string :item_code, :limit => 16