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

6 lines
58 B
JavaScript
Raw Normal View History

module.exports = [
'PRIMARY',
'KEY',
'UNIQUE'
];