ensureTable_ method Null safety

void ensureTable_(
  1. {String idType = 'TEXT',
  2. String dataType = 'JSONB'}
)

Adds DML statement to automatically create JSON(B) table

  • idType type of the id column (default: TEXT)
  • dataType type of the data column (default: JSONB)