Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDS Schema Changes Guide #10

Open
tanishapatil1234 opened this issue Jul 8, 2024 · 0 comments
Open

RDS Schema Changes Guide #10

tanishapatil1234 opened this issue Jul 8, 2024 · 0 comments

Comments

@tanishapatil1234
Copy link
Contributor

tanishapatil1234 commented Jul 8, 2024

Once RDS instance is created using this guide , proceed to next steps.

Installations

  1. Navigate to extensions in VSCODE.
  2. Install the following :
    Screen Shot 2024-07-08 at 8 13 08 AM
    Screen Shot 2024-07-08 at 8 13 53 AM

Using SQL Tools

  1. Navigate to the SQL tools icon on the side bar
    image

  2. On the top banner, click 'Add New Connection' button
    image

  3. When prompted, select 'MySQL'
    image

  4. When prompted, fill out connection settings :
    image

  5. Test and then Save working Connection
    image

    Now, under connections you should see the new connection just made:
    image

  6. Now, a .sql file named after the connection should appear in editor:
    image

  7. With a simple ChatGPT query, you can create SQL commands for the changes to the database schema you would like to make.
    image

    image
  8. Paste SQL query and click 'Run on active connection' :

image

  1. Observe changes in table
    image
@tanishapatil1234 tanishapatil1234 changed the title RDS Migration Guide RDS Manual Migration Guide Jul 8, 2024
@tanishapatil1234 tanishapatil1234 changed the title RDS Manual Migration Guide RDS Schema Changes Guide Jul 8, 2024
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

No branches or pull requests

1 participant