Skip to main content
December 6, 2023
Question

sql scripts for the tables created

  • December 6, 2023
  • 3 replies
  • 0 views

I  have created tables in dev but i don't have the sql scripts of those tables .is there a way to retrieve those sql scripts

    3 replies

    stefanhelzle0001
    Brainy
    December 6, 2023

    You can get the scripts from the cloud database UI. Check the documentation on PHPMyAdmin for details.

    davidj137213
    Brainy
    December 6, 2023

    IF you are in cloud database, select the option Export in the database administrator. If you select Quick, it will export only data , and if you select custom, you will be able to export DDL and data.

    annap0005
    December 7, 2023

    run this query,

    SHOW CREATE TABLE tableName;