[Project] Project Management Learning (1)

前言

  • The project record document
    changes to some information on the project, such as:
    Version 1.1
    Added field table name and meaning of field name.
    Then when the project is released, when the table structure is synchronized, if there is anything and it is not clear, you can learn from here .
    Example:
    Insert picture description here

  • Database structure synchronization
    First of all, build a database and build a table
    Insert picture description here
    Insert picture description here
    Next, we need to synchronize t_user_info in 1 to 2
    Insert picture description here
    Insert picture description here
    Among the above database options, you can only choose a database connection that exists locally.
    Okay, click on data synchronization below

    Next click on the structure synchronization
    Insert picture description here
    Then compare
    Insert picture description here
    After the results come out, first select the difference, and then click Run
    Insert picture description here
    Click ok
    Insert picture description here
    Close these pop-up boxes, and then go to sync2, you can see the structure of the synchronization past
    Insert picture description here
    Insert picture description here

  • Database basic data synchronization
    The following demonstrates the synchronization of database basic data. For
    example, we want to synchronize the data in t_user_info to the t_user_info
    Insert picture description here
    operation under sync2. The operation is the same as above, click Tools-Data Synchronization to
    Insert picture description here
    select the database
    Insert picture description here
    Because we are data synchronization, not structure synchronization, so just click to start, you can see that 1 is inserted
    Insert picture description here
    Then we close the pop-up box and go to sync2 to look up the new table
    Insert picture description here
    You can see that the data has been successfully synchronized. At this point, the demo is complete!

Guess you like

Origin blog.csdn.net/s1441101265/article/details/115293982