Skip to content

fix(box): schema.sql に operator_stores の ALTER TABLE を追加#12

Open
clearclown wants to merge 1 commit intomainfrom
fix/operator-stores-alter-table
Open

fix(box): schema.sql に operator_stores の ALTER TABLE を追加#12
clearclown wants to merge 1 commit intomainfrom
fix/operator-stores-alter-table

Conversation

@clearclown
Copy link
Copy Markdown
Owner

PR#10 で追加された Layer D 用カラム (verification_score, corporate_number, verification_source) が schema.sql 側で欠落していたため、ALTER TABLE 文を追加します。

Ref: PR#10

Copilot AI review requested due to automatic review settings April 24, 2026 16:59
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

PR#10 で追加された Layer D 用カラム(verification_score, corporate_number, verification_source)が schema.sql に反映されていなかったため、operator_stores への ALTER TABLE を追加してスキーマ差分を解消する PR です。

Changes:

  • operator_stores に Layer D 用の 3 カラムを追加する ALTER TABLE 文を internal/box/schema.sql に追記

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread internal/box/schema.sql
Comment on lines +15 to +17
ALTER TABLE operator_stores ADD COLUMN verification_score REAL DEFAULT 0.0;
ALTER TABLE operator_stores ADD COLUMN corporate_number TEXT;
ALTER TABLE operator_stores ADD COLUMN verification_source TEXT;
Comment thread internal/box/schema.sql
updated_at TEXT NOT NULL
);

-- Layer D: 国税庁法人番号検証結果カラム(PR#10で追加)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants