LoginSignup
2
2

More than 5 years have passed since last update.

Railsで利用可能なカラムの型

Posted at

Railsで利用可能な型

説明
string 文字列
text 長い文字列
integer 整数
float 浮動小数点数型
decimal 固定長整数型
datetime 日時
timestamp タイムスタンプ
time 時刻
date 日付
binary バイナリデータ
boolean 真偽値

参考

Railsドキュメント | テーブルの作成

2
2
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
2