LoginSignup
0
0

More than 5 years have passed since last update.

マイグレーションの確認

Last updated at Posted at 2018-08-31

MySQL ログイン

qiita.rb
$ mysql -u root

データベースの選択・・・データベース名を入力

qiita.rb
mysql> use message-board_development

テーブル一覧確認(messagesテーブルが作成されているか確認)

qiita.rb
mysql> show tables;

テーブル設計の確認・・・デーブル名を入力

qiita.rb
mysql> describe messages;
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