Create a Plan
- Open the project from Step 3, then go to CI/CD > Plans and click + New Plan.
- Select the database from Step 3 and click Confirm.
-
Write a
CREATE TABLEstatement, or use Schema Editor to design one visually: - Click Create. Bytebase checks the statement automatically. Inspect the results and correct any errors before continuing.
- Click Ready for Review to submit the plan.

Without a SQL Review Policy, no policy rules are evaluated; built-in checks still run. Configure a policy to check SQL against your rules.
Review

When no human approval is required, Review completes automatically. Enterprise Custom Approval flows can require a reviewer; if Review is waiting, follow the approval flow shown on the Plan.
Deploy
- Click Run to deploy, or configure automatic rollout in environment settings.
- The Plan is marked Deployed when complete.

Seed a Row for Step 5
The same Plan → Review → Deploy flow works for data, not just schema — create another plan with anINSERT statement:
Review and Approval on a Configured Workspace
The interactive demo shows SQL Review findings and human approval before rollout on a configured workspace.
For a fuller explanation, follow the UI tutorial. To deploy migration files from CI, follow the GitOps walkthrough.

