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