mirror of
https://github.com/supabase/supabase.git
synced 2026-05-30 17:32:00 +08:00
16 lines
339 B
Plaintext
16 lines
339 B
Plaintext
---
|
|
id: supabase-migration-new
|
|
title: "supabase migration new"
|
|
slug: supabase-migration-new
|
|
custom_edit_url: https://github.com/supabase/supabase/edit/master/web/spec/cli.yml
|
|
---
|
|
|
|
import Tabs from '@theme/Tabs';
|
|
import TabsPanel from '@theme/TabsPanel';
|
|
|
|
```
|
|
Create an empty migration.
|
|
|
|
Usage:
|
|
supabase migration new <migration name>
|
|
``` |