aboutsummaryrefslogtreecommitdiff
path: root/src/locales/base/database/type.ts
blob: 1abfa0beee70edcb8ac55f65f9325c47586a8f19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
export default [
  'bigint',
  'binary',
  'bit',
  'blob',
  'boolean',
  'date',
  'datetime',
  'decimal',
  'double',
  'enum',
  'float',
  'geometry',
  'int',
  'mediumint',
  'point',
  'real',
  'serial',
  'set',
  'smallint',
  'text',
  'time',
  'timestamp',
  'tinyint',
  'varchar',
];