PATH:
usr
/
local
/
lib
/
node_modules
/
knex-migrator
/
node_modules
/
knex
/
src
/
dialects
/
redshift
/
schema
/* eslint max-len: 0 */ // Redshift Table Builder & Compiler // ------- import inherits from 'inherits'; import SchemaCompiler_PG from '../../postgres/schema/compiler'; function SchemaCompiler_Redshift() { SchemaCompiler_PG.apply(this, arguments); } inherits(SchemaCompiler_Redshift, SchemaCompiler_PG); export default SchemaCompiler_Redshift;
[+]
..
[-] tablecompiler.js
[edit]
[-] columncompiler.js
[edit]
[-] columnbuilder.js
[edit]
[-] compiler.js
[edit]