c9s

Results 398 issues of c9s

Since there can only be one column with default timestamp in MySQL `dt DATETIME DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP`

critical

``` php $followings = new MemberCollection; $followings->where()->in('id', $followingIds); $followingsMap = array(); foreach($followings as $following) { $followingsMap[$following->id] = $following; } ```

``` php $record->where('name = ?', $name); ```