Create a Plan
- Open the project you created in Step 3, then go to CI/CD > Plans and click + New Plan.
- Select the database you transferred in Step 3 and click Confirm.
-
Write a
CREATE TABLEstatement, or use Schema Editor to design one visually: - Click Create. Bytebase checks the statement automatically.
- Click Ready for Review to submit the plan.

A fresh workspace has no SQL review policy configured, so only built-in checks run and pass. Configure a SQL Review Policy and this stage will surface warnings or errors automatically instead.
Review

This stage shows
Skipped — a fresh workspace has no Custom Approval rule configured, so no one needs to approve. Add one and an issue will wait here for approval instead.Deploy
- Click Run to deploy, or configure automatic rollout in environment settings.
-
Issue marked
Deployedwhen 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:

