laravel - How to implement this kind of business logic? Pets work offline and grow regularly, how to achieve it with php+mysql
世界只因有你
世界只因有你 2017-05-16 16:52:27
0
2
619

How to implement this business logic? Pets work offline and grow regularly, how to achieve it with php+mysql

世界只因有你
世界只因有你

reply all(2)
迷茫

Make a table with two columns, one records the initial offline timestamp, and the other records the next online timestamp,

小葫芦

Two tables, one table records the online and offline time, and the other table records the work record and growth record. . .

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template