这是我的代码,一切正常,我的代码中一切正常。所以我不知道数据库中的// 0001_people.js
'use strict';
exports.up = function(knex, Promise) {
return knex.schema.createTable('people', function(table) {
table.increments('id').primary();
table.string('name').unique().notNullable();
table.integer('age').notNullable();
});
};
exports.down = function(knex, Promise) {
return knex.schema.dropTable('people');
};
表应该是什么类型。
image
如果您有任何建议,请帮助, 谢谢
答案 0 :(得分:0)
只需将图像放入文件夹,然后对于db列,插入图像的名称/ ID,然后您可以使用简单的代码(如html)调用它们,就像<img src="<?php $row['pathoftheimage'] /> ?>
& #34;&GT; ,,,