-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Q7. [個人技能題組][Backend] 第一個功能:會員註冊,開立 table。 #8
Comments
「於 2017/03/28 開始答題」 b. 「於 2017/03/28 答題結束」 |
「於 2017/04/03 開始答題」 d. 實務上,每個 table 都會有 id, created_at, updated_at 欄位,為什麼? 「於 2017/04/03 答題結束」 |
「於2017/04/06 開始答題」 mysqldump -u -accountName- -p --no-data -dbName- > -fileName.sql-
b. 學到哪些 db client command?
c. 開立 table 要注意哪些事情?
d. 實務上,每個 table 都會有 id, created_at, updated_at 欄位,為什麼?
「於2017/04/06 答題結束」 |
「於2017/04/10 開始答題」 CREATE TABLE member ( b. 學到哪些 db client command? c. 開立 table 要注意哪些事情?
d. 實務上,每個 table 都會有 id, created_at, updated_at 欄位,為什麼? |
「於2017/04/20 開始答題」 a. 請提供 table schema 。 |
這個是? |
想到 mysql/mariadb 還有一個編碼 utf8mb4。 |
「於2017/06/01 開始答題」 a.
|
環境架設好,總算可以進入開發的階段。我們就從「會員註冊」開始吧。
想像使用者在瀏覽器,來到「會員註冊」的表單,所以當使用者按下「註冊」時,會把表單資料送給後端存放。為了能夠存放會員資料,我們必須先在 DB 開立一個 table,就叫 member 吧。假設會員資料有「email」「密碼」「姓名」三個要存。
a. 請提供 table schema 。
b. 學到哪些 db client command?
c. 開立 table 要注意哪些事情?
d. 實務上,每個 table 都會有 id, created_at, updated_at 欄位,為什麼?
條件:
答題時間: 8 hr
The text was updated successfully, but these errors were encountered: