From 96ec499f3e443d9f47ace62f0b58bb407b058bc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=90=E3=82=8A=E3=81=82=E3=82=93=E3=81=A9=E3=82=8D?= Date: Fri, 30 Mar 2018 18:38:48 -0300 Subject: [PATCH] TINYBLOB and TINYTEXT are now supported --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 16c4fb7..51d5b49 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ This is an early stage project. |timestamp|NOW() - 1 year ~ NOW()| |time|00:00:00 ~ 23:59:59| |year|Current year - 1 ~ current year| +|tinyblob|up to 100 chars random paragraph| +|tinytext|up to 100 chars random paragraph| |blob|up to 100 chars random paragraph| |text|up to 100 chars random paragraph| |mediumblob|up to 100 chars random paragraph|