antares/src/common/index-types/postgresql.ts

6 lines
58 B
TypeScript

export default [
'PRIMARY',
'INDEX',
'UNIQUE'
];