withoutRowId property
bool
get
withoutRowId
Whether to append a WITHOUT ROWID
clause in the CREATE TABLE
statement. This is intended to be used by generated code only.
Implementation
bool get withoutRowId => false;