require('knex')({ client: 'pg', connection: 'postgres://user:pass@localhost:5432/dbname' }) See: Connect knex.schema.createTable('user', (table) => { table.increments('id') table.string('name') table.integer('age') }) .then(() => ···) See: Schema
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く