ifNotExists property
When true, an already existing table with this name is left alone instead of failing the create.
Implementation
final bool ifNotExists;
When true, an already existing table with this name is left alone instead of failing the create.
final bool ifNotExists;