withoutRowId property
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;
Whether to append a WITHOUT ROWID
clause in the CREATE TABLE
statement. This is intended to be used by generated code only.
bool get withoutRowId => false;