sqLiteType top-level constant

List<String> const sqLiteType

Implementation

const List<String> sqLiteType = [
  'integer', // 0
  'text', // 1
  'blob', // 2
  'real', // 3
  'numeric', // 4
  'numeric', // 5
  'datetime', // 6
  'date', // 7
  'text', // 8
  'datetimeutc', // 9
  'text', // 10
];