2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Spree::Taxonomyのカラムを解説

Posted at

solidus使おうとすると、初心者はイメージ掴みにくいですよね。
この記事を読まれていると言うことは少し全体像が掴めて、「Spree::Taxon」にはどう言ったカラムが存在するんだ?」と言うところなのかなと思います。:point_up:
そこで今回は「Spree::Taxon」内のカラムについて簡潔に紹介と説明をしていきます。

##Solidusのバージョン
solidus 2.0.9

##カラムの紹介と説明

Spree::Taxonomyのid=1をのぞいてみましょう。
スクリーンショット 2020-10-27 7.07.19.png
それではここにあるカラムについて説明します。

###id
id。

###name
分類(taxonomy)名。

###create_at
分類(taxonomy)が作られた時間。

###update_at
分類(taxonomy)が更新された時間。

###position
Taxonomyリスト中におけるPositionが設定される。
例えば、2つのTaxonomyがある場合、1または2となる。

<関連情報>
Spree::Productのカラムを解説
https://qiita.com/roooll12/items/92b370741a53c8dd268c

Spree::Taxonのカラムを解説
https://qiita.com/roooll12/items/6f1dda6c5f4ea16e0c4c

駆け出しsolidus開発者にとってSpree::Taxonモデルを理解する糧になれば幸いです!

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?