withoutRowId property

bool withoutRowId
inherited

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;