eMOBIQ Documentation
eMOBIQ Platfom
eMOBIQ Server
eMOBIQ Server
  • Editor
    • General
    • Dashboard
    • Module
    • Service
    • Configuration
  • Api
    • General
    • Editing
    • Authentication
    • Method
    • Header
    • Parameter
    • Result
    • Action
    • Test
  • Database
    • General
    • Editing Database
    • Table Content
    • Table Relations
    • Table Structure
  • Scheduler
    • General
    • Editing
    • Configuration
    • Action
    • Test
  • Function
    • Concurrency
      • Concurrency.spawnThread
    • Connector
      • Connector.restCall
      • Connector.soapCall
    • Control
      • Control.conditional
      • Control.forLoop
      • Control.map
    • Conversion
      • Conversion.base64ToText
      • Conversion.jsonToObject
      • Conversion.textToBase64
      • Conversion.toBoolean
      • Conversion.toList
      • Conversion.toNull
      • Conversion.toNumber
      • Conversion.toObject
      • Conversion.toText
    • Dataset
      • Dataset.insert
      • Dataset.read
      • Dataset.remove
      • Dataset.update
    • Datetime
      • DateTime.difference
      • DateTime.get
      • DateTime.update
    • File
      • File.copy
      • File.export
      • File.read
      • File.remove
      • File.write
    • Format
      • Format.dateTime
      • Format.number
    • List
      • List.average
      • List.combine
      • List.count
      • List.fill
      • List.find
      • List.includes
      • List.insertFirst
      • List.insertLast
      • List.max
      • List.min
      • List.removeFirst
      • List.removeLast
      • List.sort
      • List.sum
    • Log
      • Log.write
    • Logic
      • Logic.and
      • Logic.equal
      • Logic.greaterThan
      • Logic.greaterThanOrEqual
      • Logic.lessThan
      • Logic.lessThanOrEqual
      • Logic.not
      • Logic.notEqual
      • Logic.or
    • Mail
      • Mail.send
    • Math
      • Math.absolute
      • Math.add
      • Math.atan2
      • Math.cos
      • Math.divide
      • Math.modulo
      • Math.multiply
      • Math.pi
      • Math.power
      • Math.round
      • Math.sin
      • Math.square
      • Math.squareRoot
      • Math.subtract
      • Math.tan
    • Object
      • Object.insert
      • Object.remove
    • Result
      • Result.setAPI
      • Result.setUserDefined
    • Text
      • Text.combine
    • Validation
      • Validation.isEmail
      • Validation.isList
      • Validation.isNull
      • Validation.isNumber
    • Variable
      • Variable.get
      • Variable.getAttribute
      • Variable.set
      • Variable.setAttribute
Powered by GitBook
On this page
  • Create Table Relations
  • Modifying Table Relations
  • Delete Table Relations
  1. Database

Table Relations

PreviousTable ContentNextTable Structure

Last updated 1 year ago

Create Table Relations

To create a new Table Relations,

  1. Highlight the table which you want to add a relations to, then select the Relations tab.

  2. Press the Add button located inside the table relations section.

  3. A new table relation will be added with several empty / default value fields inside.

    • Available fields:

      • Name

      • Field

      • Foreign Table

      • Foreign Field

Modifying Table Relations

To modify a Table Relations,

  1. Highlight the table which relations you want to modify, then select the Relations tab.

  2. Select the field that you want to modify

    • Available fields:

      • Name

      • Field

      • Foreign Table

      • Foreign Field

  3. Modifying the Name field Type on the field to modify the Name value

  4. Modifying the Field field Select on the dropdown field to modify the Field value

    • Notes for Field field:

      • The selections are based from the current table structure data, which can be modified by selecting the Structure tab.

      • Cannot be empty

      • Empty by default

  5. Modifying the Foreign Table field Select on the dropdown field to modify the Foreign Table value

    • Notes for Foreign Table field:

      • The selections are based from all the tables which belong in the same database with the current table

      • Cannot be empty

      • Empty by default

  6. Modifying the Foreign Field field Select on the dropdown field to modify the Foreign Field value

    • Notes for Foreign Field field:

      • The selections are based from the table structures which belong to the table that has been selected as the Foreign Table value

      • Cannot be empty

      • Empty by default

Delete Table Relations

To delete a Table Relations,

  1. Highlight the table which relations you want to delete, then select the Relations tab.

Press the Delete button on the right side of a relation that need to be removed.