Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
User エンティティの定義における「id=name」の意味は何ですか? 永続フィールド属性に関するリソースはありますか?
ユーザー名 Text Asc id=name
id=... 属性は、テーブルの主キーの列名を設定します。
例えば:
Product id=product_id name Text quantityInStock Int
...「product_id」という整数の主キーを持つテーブルを作成します