14,957
edits
No edit summary |
|||
| Line 1: | Line 1: | ||
data type / | data type / 欄位的資料型態 | ||
== types of data == | == types of data == | ||
| Line 18: | Line 18: | ||
* Chinese name: | * Chinese name: | ||
** 最長姓名有13個字 <ref> 中國新聞網 (2010). [http://dailynews.sina.com/bg/tw/twpolitics/chinanews/20101104/00481967448.html 台灣“獨一姓氏”者達149人 最長姓名有13個字_台灣頻道_新浪網-北美]</ref> | ** 最長姓名有13個字 <ref> 中國新聞網 (2010). [http://dailynews.sina.com/bg/tw/twpolitics/chinanews/20101104/00481967448.html 台灣“獨一姓氏”者達149人 最長姓名有13個字_台灣頻道_新浪網-北美]</ref> | ||
** LINE姓名欄位長度限制: 15字 | ** LINE姓名欄位長度限制: 15字(15個中文字或15英文字母) | ||
* unix timestamp: | * unix timestamp: | ||
| Line 46: | Line 46: | ||
"宜蘭縣", "澎湖縣", "金門縣", "連江縣"); | "宜蘭縣", "澎湖縣", "金門縣", "連江縣"); | ||
</pre> | </pre> | ||
* 密碼 | |||
** varchar 允許最小8個字元長度<ref>[https://www.owasp.org/index.php/Password_length_%26_complexity Password length & complexity - OWASP] "Minimum length. Passwords should be at least eight (8) characters long." </ref> | |||
<pre> (left blank intentionally) | <pre> (left blank intentionally) | ||