MySQL süresini depolamak için en iyi yolu nedir

0 Cevap php

I need to store duration (number of minutes and/or hours and/or days). I have looked at MySQL type, but DATE and TIME types seems to be used to store a specific date in time. Not a duration.

Ben ikinci sayısını saklamak ve görüntülemek için PHP dönüştürmek için bir int kullanarak düşünüyordum.

0 Cevap