amutake / satsukita-andon.com

satsukita-andon.com
http://satsukita-andon.com
1 stars 1 forks source link

アカウントにクラスの情報を付与する #60

Closed amutake closed 10 years ago

amutake commented 10 years ago

1年のときは何組、2年のときは何組、3年のときは何組、という情報をつける

class1: nullable[class_id]
class2: nullable[class_id]
class3: nullable[class_id]

自分のクラスの紹介文、トップ画像を編集できるようにするため

画像の削除権もつけるか、画像のアップロード権を絞るかは未定

amutake commented 10 years ago
alter table accounts add (class1 int, class2 int, class3 int);
amutake commented 10 years ago

紹介文は pending

amutake commented 10 years ago

65