Coder Social home page Coder Social logo

Comments (7)

talbright avatar talbright commented on August 29, 2024

How was it you were trying to create the user, manually? Or was this an exception that occurred during authorization authentication?

from rearview.

usmanismail avatar usmanismail commented on August 29, 2024

I was signing in using Open ID with my google apps domain account.

—Usman

On Monday, December 16, 2013, Trent Albright [email protected]
wrote:

How was it you were trying to create the user, manually? Or was this an
exception that occurred during authorization?


Reply to this email directly or view it on GitHub.

from rearview.

talbright avatar talbright commented on August 29, 2024

Can you double check your mysql schema for me. You should see this as the DDL for that column:

`created` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'

from rearview.

usmanismail avatar usmanismail commented on August 29, 2024

See below.

DESCRIBE users;
+------------+--------------+------+-----+---------------------+-----------------------------+
| Field | Type | Null | Key | Default | Extra
|
+------------+--------------+------+-----+---------------------+-----------------------------+
| id | bigint(20) | NO | PRI | NULL |
auto_increment |
| created | timestamp | NO | | 0000-00-00 00:00:00 |
|
| modified | timestamp | NO | | CURRENT_TIMESTAMP | on update
CURRENT_TIMESTAMP |
| email | varchar(255) | NO | UNI | NULL |
|
| first_name | varchar(255) | NO | | NULL |
|
| last_name | varchar(255) | NO | | NULL |
|
| last_login | timestamp | YES | | NULL |
|
+------------+--------------+------+-----+---------------------+-----------------------------+

On Monday, December 16, 2013, Trent Albright [email protected]
wrote:

Can you double check your mysql schema for me. You should see this as the
DDL for that column:

created timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'


Reply to this email directly or view it on GitHub.

from rearview.

usmanismail avatar usmanismail commented on August 29, 2024

I am on mysql 5.6.13, could be an issue with the mysql version?

On Monday, December 16, 2013, Usman Ismail [email protected] wrote:

See below.

DESCRIBE users;

+------------+--------------+------+-----+---------------------+-----------------------------+
| Field | Type | Null | Key | Default | Extra
|

+------------+--------------+------+-----+---------------------+-----------------------------+
| id | bigint(20) | NO | PRI | NULL |
auto_increment |
| created | timestamp | NO | | 0000-00-00 00:00:00 |
|
| modified | timestamp | NO | | CURRENT_TIMESTAMP | on
update CURRENT_TIMESTAMP |
| email | varchar(255) | NO | UNI | NULL |
|
| first_name | varchar(255) | NO | | NULL |
|
| last_name | varchar(255) | NO | | NULL |
|
| last_login | timestamp | YES | | NULL |
|

+------------+--------------+------+-----+---------------------+-----------------------------+

On Monday, December 16, 2013, Trent Albright [email protected]
wrote:

Can you double check your mysql schema for me. You should see this as
the DDL for that column:

created timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'


Reply to this email directly or view it on GitHub.

from rearview.

talbright avatar talbright commented on August 29, 2024

I'm targeting the end of the week for a new release of rearview (rewritten in ruby), so it may be more efficient to just wait for that.

from rearview.

talbright avatar talbright commented on August 29, 2024

I'm still working out some kinks over the holidays, but you can see the progress here: https://github.com/livingsocial/rearview/tree/ruby-port

from rearview.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.