Processing by UsersController#new as HTML
Completed 500 Internal Server Error in 0ms
Processing by UsersController#create as HTML
Parameters: {"user"=>{"new"=>"MyString"}}
Completed 500 Internal Server Error in 0ms
Processing by UsersController#create as HTML
Parameters: {"user"=>{"new"=>"MyString"}}
Completed 500 Internal Server Error in 0ms
Processing by UsersController#create as HTML
Parameters: {"user"=>{"new"=>"invalid value"}}
Completed 500 Internal Server Error in 0ms
Processing by UsersController#create as HTML
Parameters: {"user"=>{"new"=>"invalid value"}}
Completed 500 Internal Server Error in 0ms
Started GET "/users" for 127.0.0.1 at 2013-12-10 11:50:53 +0000
Processing by UsersController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users"[0m
SQLite3::SQLException: no such table: users: SELECT "users".* FROM "users"
Completed 500 Internal Server Error in 9ms
Processing by UsersController#new as HTML
Completed 500 Internal Server Error in 0ms
Processing by UsersController#create as HTML
Parameters: {"user"=>{"new"=>"MyString"}}
Completed 500 Internal Server Error in 0ms
Processing by UsersController#create as HTML
Parameters: {"user"=>{"new"=>"MyString"}}
Completed 500 Internal Server Error in 0ms
Processing by UsersController#create as HTML
Parameters: {"user"=>{"new"=>"invalid value"}}
Completed 500 Internal Server Error in 0ms
Processing by UsersController#create as HTML
Parameters: {"user"=>{"new"=>"invalid value"}}
Completed 500 Internal Server Error in 0ms
Started GET "/users" for 127.0.0.1 at 2013-12-10 11:51:05 +0000
Processing by UsersController#index as HTML
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users"[0m
SQLite3::SQLException: no such table: users: SELECT "users".* FROM "users"
Completed 500 Internal Server Error in 8ms
[1m[36m (55.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
[1m[35m (3.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to CreateUsers (20130506080641)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(20) NOT NULL, "gender" varchar(1) NOT NULL, "created_at" datetime, "updated_at" datetime) [0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130506080641"]]
[1m[36m (2.8ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
WARNING: Can't mass-assign protected attributes for User: new
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (2.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00]]
SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
WARNING: Can't mass-assign protected attributes for User: new
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00]]
SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)
[1m[35m (0.0ms)[0m rollback transaction
Processing by UsersController#new as HTML
Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
WARNING: Can't mass-assign protected attributes for User: new
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00]]
SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "users"
Processing by UsersController#create as HTML
Parameters: {"user"=>{"new"=>"MyString"}}
WARNING: Can't mass-assign protected attributes for User: new
app/controllers/users_controller.rb:43:in `create'
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.9ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00]]
SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
Completed 500 Internal Server Error in 3ms
Processing by UsersController#create as HTML
Parameters: {"user"=>{"new"=>"MyString"}}
WARNING: Can't mass-assign protected attributes for User: new
app/controllers/users_controller.rb:43:in `create'
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00]]
SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)
[1m[35m (0.1ms)[0m rollback transaction
Completed 500 Internal Server Error in 3ms
Processing by UsersController#create as HTML
Parameters: {"user"=>{"new"=>"MyString"}}
WARNING: Can't mass-assign protected attributes for User: new
app/controllers/users_controller.rb:43:in `create'
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00]]
SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
Completed 500 Internal Server Error in 4ms
Processing by UsersController#create as HTML
Parameters: {"user"=>{"new"=>"invalid value"}}
WARNING: Can't mass-assign protected attributes for User: new
app/controllers/users_controller.rb:43:in `create'
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by UsersController#create as HTML
Parameters: {"user"=>{"new"=>"invalid value"}}
WARNING: Can't mass-assign protected attributes for User: new
app/controllers/users_controller.rb:43:in `create'
Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.0ms)
WARNING: Can't mass-assign protected attributes for User: new
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00]]
SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)
[1m[35m (0.0ms)[0m rollback transaction
WARNING: Can't mass-assign protected attributes for User: new
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00]]
SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
WARNING: Can't mass-assign protected attributes for User: new
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00]]
SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)
[1m[35m (0.1ms)[0m rollback transaction
WARNING: Can't mass-assign protected attributes for User: new
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00]]
SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
WARNING: Can't mass-assign protected attributes for User: new
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00]]
SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)
[1m[35m (0.0ms)[0m rollback transaction
WARNING: Can't mass-assign protected attributes for User: new
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00]]
SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
WARNING: Can't mass-assign protected attributes for User: new
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00]]
SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("created_at", "gender", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00], ["gender", "f"], ["name", "f"], ["updated_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00]]
[1m[36m (58.7ms)[0m [1mcommit transaction[0m
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1
Started GET "/users" for 127.0.0.1 at 2013-12-10 11:51:38 +0000
Processing by UsersController#index as HTML
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users"[0m
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
Rendered users/_form.html.erb (5.5ms)
Rendered users/_form.html.erb (1.6ms)
WARNING: Can't mass-assign protected attributes for User: new
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (2.0ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00]]
SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
WARNING: Can't mass-assign protected attributes for User: new
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00]]
SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)
[1m[35m (0.0ms)[0m rollback transaction
Processing by UsersController#new as HTML
Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
WARNING: Can't mass-assign protected attributes for User: new
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00]]
SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "users"
Processing by UsersController#create as HTML
Parameters: {"user"=>{"new"=>"MyString"}}
WARNING: Can't mass-assign protected attributes for User: new
app/controllers/users_controller.rb:43:in `create'
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00]]
SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
Completed 500 Internal Server Error in 3ms
Processing by UsersController#create as HTML
Parameters: {"user"=>{"new"=>"MyString"}}
WARNING: Can't mass-assign protected attributes for User: new
app/controllers/users_controller.rb:43:in `create'
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00]]
SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)
[1m[35m (0.1ms)[0m rollback transaction
Completed 500 Internal Server Error in 3ms
Processing by UsersController#create as HTML
Parameters: {"user"=>{"new"=>"MyString"}}
WARNING: Can't mass-assign protected attributes for User: new
app/controllers/users_controller.rb:43:in `create'
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00]]
SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
Completed 500 Internal Server Error in 3ms
Processing by UsersController#create as HTML
Parameters: {"user"=>{"new"=>"invalid value"}}
WARNING: Can't mass-assign protected attributes for User: new
app/controllers/users_controller.rb:43:in `create'
Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Processing by UsersController#create as HTML
Parameters: {"user"=>{"new"=>"invalid value"}}
WARNING: Can't mass-assign protected attributes for User: new
app/controllers/users_controller.rb:43:in `create'
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
WARNING: Can't mass-assign protected attributes for User: new
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00]]
SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)
[1m[35m (0.0ms)[0m rollback transaction
WARNING: Can't mass-assign protected attributes for User: new
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00]]
SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
WARNING: Can't mass-assign protected attributes for User: new
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00]]
SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)
[1m[35m (0.0ms)[0m rollback transaction
WARNING: Can't mass-assign protected attributes for User: new
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00]]
SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
WARNING: Can't mass-assign protected attributes for User: new
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00]]
SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)
[1m[35m (0.0ms)[0m rollback transaction
WARNING: Can't mass-assign protected attributes for User: new
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00]]
SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
WARNING: Can't mass-assign protected attributes for User: new
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00]]
SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m INSERT INTO "users" ("created_at", "gender", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00], ["gender", "f"], ["name", "f"], ["updated_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00]]
[1m[36m (58.0ms)[0m [1mcommit transaction[0m
[1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1
Started GET "/users" for 127.0.0.1 at 2013-12-10 11:52:11 +0000
Processing by UsersController#index as HTML
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users"[0m
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.2ms)
Rendered users/_form.html.erb (4.8ms)
Rendered users/_form.html.erb (1.8ms)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (2.2ms)[0m INSERT INTO "users" ("created_at", "gender", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Dec 2013 11:54:20 UTC +00:00], ["gender", "f"], ["name", "f"], ["updated_at", Tue, 10 Dec 2013 11:54:20 UTC +00:00]]
[1m[36m (53.6ms)[0m [1mcommit transaction[0m
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1