• I’m versed in MySQL, but was wondering if I have to setup the tables manually; if so, can you give me the schematics of what that needs to be?

    Thanks…

Viewing 1 replies (of 1 total)
  • Plugin Author Gravitate

    (@gravitate)

    There are only 4 required fields for the Table.
    You can name the fields whatever you want as you specify them in Encryption settings area.

    I usually go with:
    id (int)
    parent_id (int)
    value (text)
    group (text or varchar, depending on the size of the data)

Viewing 1 replies (of 1 total)
  • The topic ‘How to Remote DB’ is closed to new replies.