My database migration schema looks like this:
table.increments(\'id\').notNullable(); table.string(\'username\').unique().notNullable();