标签: php mysql typescript angular tinyint
我正在使用Angular2(typescript),Slim和Mysql。
Angular2(typescript)
Slim
Mysql
Mysql只能在boolean中存储0/1 tinyint。但是typescript可以convert 1/0到boolean。
boolean
0/1 tinyint
convert
在发送之前将它转换为真/假字符串的最佳方法是什么?有什么想法吗?