我正在尝试使用生成的列来添加一个timestamp列和一个int列,该列持有以毫秒为单位的计数器 看起来像这样:
```datetime_created timestamp current timestamp
```counter int 20
//for example i have 2019 31 10 10 00 00 as timestamp and
//9567.4356 as counter
我如何在毫秒中添加带有计数器的时间戳 获得生成的列,例如datetime_ended?