CreateTable constructor

const CreateTable(
  1. TableInfo table, {
  2. bool ifNotExists = false,
})

Operation to create a new table.

Implementation

const CreateTable(this.table, {this.ifNotExists = false});