tingobol / yii-rights

Automatically exported from code.google.com/p/yii-rights
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

error in schema.sql - Key column 'userid' doesn't exist in table #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
create table User
(
   id integer not null auto_increment,
   username varchar(128) not null,
   password varchar(128) not null,
   primary key (userid)
) type=InnoDB, character set utf8;

Original issue reported on code.google.com by xgar...@gmail.com on 1 Aug 2010 at 9:02

GoogleCodeExporter commented 9 years ago
Yes it's supposed to be id, I've correct this. Thanks for reporting.

Original comment by cni...@live.com on 2 Aug 2010 at 8:41

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r40.

Original comment by cni...@live.com on 2 Aug 2010 at 8:42