ensureTable_ method Null safety

void ensureTable_(
  1. {String idType = 'VARCHAR(32)',
  2. String dataType = 'JSON'}
)

Adds DML statement to automatically create JSON(B) table

  • idType type of the id column (default: VARCHAR(32))
  • dataType type of the data column (default: JSON)