Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
165 views
in Technique[技术] by (71.8m points)

Data modelling with Laravel

I'm new to Laravel - so seeking some advice.

I created a view to capture a 4 players game results (1 form, 4 users). I was thinking to save it as a single record with array data. Each outcome of the game shall lead to 4 transactions, i.e. number of points each player earned. In a dashboard I then want to display the games the user was part of (one table) and all the transactions (number of points and other data) belonging to the user.

What's the best approach of modelling data and relations between them? Am I on the right track with the array data or better off with 4 individual records per game to have relationships?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...