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