mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
feat: style vendor form and list.
feat: items state selectors.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
|
||||
exports.up = function (knex) {
|
||||
return knex.schema.createTable('accounts', (table) => {
|
||||
table.increments('id').comment('Auto-generated id');;
|
||||
table.increments('id').comment('Auto-generated id');
|
||||
table.string('name').index();
|
||||
table.string('slug');
|
||||
table.integer('account_type_id').unsigned().references('id').inTable('account_types');
|
||||
|
||||
Reference in New Issue
Block a user