首页上一页 1 下一页尾页 1 条记录 1/1页
MySQL关于“索引”、“唯一”、“全文搜索”、“---”的单选项
发表在PHP图书答疑
2010-07-10
是否精华
是
否
版块置顶:
是
否
明日科技的老师们,《PHP开发典型模块大全(修订版)》的留言板部分,留言的时候返回错误:
----------------------------------------------------------------------------------------
MySQL 返回错误信息: Unknown column 'note_flag' in 'field list'
--------------------------------------------------------------------------------------
我在想:“肯定是‘MySQL的“索引”、“唯一”、“全文搜索”、“---”的单选项’的问题......”,因为我的sql语句中没有写这些设置的代码,只是简单的创建表、设置字符集、字段类型等。
因为:“Unknown column 'note_flag' in 'field list'” 的意思是未知列'note_flag'在字段列表'。
于是我问:在使用phpMyAdmin创建数据表的操作中,MySQL的关于“索引”、“唯一”、“全文搜索”、“---”的单选项里,下面的字段分别选择“索引”、“唯一”、“全文搜索”、“---”这三者的什么呢?
note_id int(11) 否 auto_increment //这个选“主键”,我知道的。下面的不知了:
note_user varchar(20)
note_title varchar(40)
note_content varchar(500)
note_mood varchar(200)
note_time datetime
note_user_pic varchar(200)
note_answer int(1)
note_flag int(1)
----------------------------------------------------------------------------------------
MySQL 返回错误信息: Unknown column 'note_flag' in 'field list'
--------------------------------------------------------------------------------------
我在想:“肯定是‘MySQL的“索引”、“唯一”、“全文搜索”、“---”的单选项’的问题......”,因为我的sql语句中没有写这些设置的代码,只是简单的创建表、设置字符集、字段类型等。
因为:“Unknown column 'note_flag' in 'field list'” 的意思是未知列'note_flag'在字段列表'。
于是我问:在使用phpMyAdmin创建数据表的操作中,MySQL的关于“索引”、“唯一”、“全文搜索”、“---”的单选项里,下面的字段分别选择“索引”、“唯一”、“全文搜索”、“---”这三者的什么呢?
note_id int(11) 否 auto_increment //这个选“主键”,我知道的。下面的不知了:
note_user varchar(20)
note_title varchar(40)
note_content varchar(500)
note_mood varchar(200)
note_time datetime
note_user_pic varchar(200)
note_answer int(1)
note_flag int(1)