HOW TO TAKE ANOTHER ID AS FORIEGN KEY IN RAILS6 MIGRATION code example
Example: rails g migration add columns
$ rails generate migration AddDetailsToProducts part_number:string price:decimal
$ rails generate migration AddDetailsToProducts part_number:string price:decimal