#特定のテーブルのカラムの確認
pragma table_info('テーブル名')
#カラム名を表示させる
.heraders ON
このコマンドをsqliteのコンソール上で打つ
#Railsアプリからsqliteに接続する方法
rails dbconsole
#sqlite本体のconfigの一覧を取得
.show
#...>から脱出できない時
;
セミコロンからのからのenterを押すと脱出できる
Go to list of users who liked
More than 3 years have passed since last update.
#特定のテーブルのカラムの確認
pragma table_info('テーブル名')
#カラム名を表示させる
.heraders ON
このコマンドをsqliteのコンソール上で打つ
#Railsアプリからsqliteに接続する方法
rails dbconsole
#sqlite本体のconfigの一覧を取得
.show
#...>から脱出できない時
;
セミコロンからのからのenterを押すと脱出できる
Register as a new user and use Qiita more conveniently
Go to list of users who liked