85yago / go_small_chat

小さなWebsocketによるチャット
https://azi.f5.si/chat
GNU General Public License v3.0
1 stars 0 forks source link

db: スキーマの生成 #7

Closed iorar closed 2 years ago

iorar commented 2 years ago

db用のスキーマを"db"ディレクトリ配下に生成する。GoのGORMの仕様に準拠すること。

85yago commented 2 years ago

https://gorm.io/ja_JP/docs/migration.html https://gorm.io/ja_JP/docs/index.html https://qiita.com/chan-p/items/cf3e007b82cc7fce2d81

85yago commented 2 years ago

https://future-architect.github.io/articles/20210728a/

iorar commented 2 years ago

スキーマを整備したのでクローズしまつ