add timestamp type
This commit is contained in:
@ -22,6 +22,8 @@ function get_type (short) {
|
|||||||
return 'boolean';
|
return 'boolean';
|
||||||
case '🖹':
|
case '🖹':
|
||||||
return 'text';
|
return 'text';
|
||||||
|
case '🕓':
|
||||||
|
return 'timestamp';
|
||||||
default:
|
default:
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user