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 Content
  • Modifying Table Content
  • Delete Table Content
  1. Database

Table Content

PreviousEditing DatabaseNextTable Relations

Last updated 1 year ago

Create Table Content

To create a new Table Content,

  1. Highlight the table which you want to add a content to, then select the Content tab.

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

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

    • Available fields: The content and it's fields will be dynamically added based from the table structure data

Modifying Table Content

To modify a Table Content,

  1. Highlight the table which content you want to modify, then select the Content tab.

  2. Select the field that you want to modify

    • Available fields: The content and it's fields will be dynamically added based from the table structure data

  3. Modifying the selected field depending on the fields type

    • Type on the field to modify the selected value for VARCHAR typed field or select from the selection for BOOLEAN typed field

  4. The type for each field in Content tab will depends on the table structure type

    • There are 8 types selection:

      • VARCHAR

      • BOOLEAN

      • INT

      • DATE

      • TIME

      • DATETIME

      • DECIMAL

      • BLOB

    • The detailed information for each supported data type can be found here:

  5. The changes on the Content tab will be automatically saved to the server.

Delete Table Content

To delete a Table Content,

  1. Highlight the table which content you want to delete, then select the Content tab.

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

MariaDB-data-types