ethemguner / dobot

Real Time Crypto Currency Price Tracker by using Django
2 stars 0 forks source link

adding created date to transaction #5

Closed ethemguner closed 2 years ago

ethemguner commented 2 years ago

its really necessary to see when the transaction has created

RecNes commented 2 years ago

What about the previously created? Should they be null or add any date at migration?

ethemguner commented 2 years ago

What about the previously created? Should they be null or add any date at migration?

they can be null, no problem, we're still not using real transactions on binance. when we decide everything is stable, we will delete all of the transactions. so, it's ok to set null as True