私は、、、などのようなものを持ってuser table
います...contains
user registration details
username
password
email
どうすればadd
... ?profile table
store
name, country, age etc
Do I simply create
the table
and use JOIN
to select the data or is there another way to do this
using Ruby on Rails
?