Constructor for the builder instance, typically called from knex.builder, accepting the current knex instance, and pulling out the client and grammar from the current knex instance.
knex.builder
knex
client
grammar
Each of the schema builder methods just add to the "_sequence" array for consistency.
return '[object Knex:SchemaBuilder]';
Turn the current schema builder into a string...
Constructor for the builder instance, typically called from
knex.builder, accepting the currentknexinstance, and pulling out theclientandgrammarfrom the current knex instance.