Returns the number of rows in the table.
@override int get length => database.select('SELECT COUNT(*) FROM $tableName').intValue;