mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-27 22:24:14 +00:00
feat: 20f1c51f access key version
This commit is contained in:
parent
76fecca011
commit
07f3bb35d8
10 changed files with 907 additions and 320 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE "public"."miis" ADD COLUMN "accessKey" VARCHAR(7);
|
||||
|
|
@ -76,6 +76,7 @@ model Mii {
|
|||
tags String[]
|
||||
description String? @db.VarChar(256)
|
||||
platform MiiPlatform @default(THREE_DS)
|
||||
accessKey String? @db.VarChar(7)
|
||||
|
||||
firstName String?
|
||||
lastName String?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue