0
0

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 1 year has passed since last update.

atlasざっくりメモ

Last updated at Posted at 2024-07-25

概要

atlas のコマンドの用途がイマイチ分からなかったのでメモ

dev-urlで指定するDev Databaseとは

atlasがコマンドの内容を検証するために使う

各コマンドの意味

  • schema inspect DBのスキーマを指定した形式で出力する
    • すでにあるDBからexportする形で使う?
  • schema diff fromとtoの差分を出力する(sqlファイルも指定できる)
    • バージョン型のマイグレーションファイルを生成する(applyで適用)
  • schema apply urlにtoで指定したスキーマを適用する
    • --dry-run スキーマがどう変更されるか確認
    • --auto-aprove 確認せず適用
    • オプションなし 選択できる
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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?