LoginSignup
0
0

More than 1 year has passed since last update.

【Rails】カラム型の種類

Posted at

カラム型の種類

データ型 種類
string 文字列(1〜255文字)
text 長い文字列(1〜4,294,967,296文字)
integer 整数(4バイト)
bigint 整数(8バイト)
float 浮動小数
decimal 精度の高い小数
numeric 数値
datetime 日時
time 時刻
date 日付
binary バイナリデータ
timestamp タイムスタンプ
boolean 真偽値型
primary_key プライマリーキー(主キー)
references 他のテーブルへの外部キーの定義、_id が付いた整数
0
0
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
0
0