laravel-oci8 icon indicating copy to clipboard operation
laravel-oci8 copied to clipboard

ORA-01400: cannot insert NULL into

Open kikikurniadi opened this issue 6 years ago • 2 comments

Summary of problem or feature request

Error Code : 1400 Error Message : ORA-01400: cannot insert NULL into ("username"."table"."key") Position : 0 Statement : insert into "USERS" ("NAME", "EMAIL", "PASSWORD", "UPDATED_AT", "CREATED_AT") values (:p0, :p1, :p2, :p3, :p4) returning "ID" into :p5 Bindings : [kiki,skdba@anton,$2y$10$1ctYlMwzA6cJPAZ2ybwTCO5LUAXvjM0vxZ1po8XEo0l1eAgS76b5q,2019-07-19 01:21:43,2019-07-19 01:21:43,0]

Code snippet of problem

DB_CONNECTION=oracle DB_HOST=127.0.0.1 DB_PORT=1521 DB_DATABASE=xe DB_USERNAME=skdba DB_PASSWORD=password

System details

  • Operating System: windows 7
  • PHP Version 7.1.3
  • Laravel Version 5.8
  • Laravel-OCI8 Version 5.8
  • Oracle 10g xe

kikikurniadi avatar Jul 19 '19 01:07 kikikurniadi

Untitled

kikikurniadi avatar Jul 19 '19 02:07 kikikurniadi

Can you provide some snippets to reproduce the issue? Did you create the table using Laravel s schema builder?

yajra avatar Oct 11 '19 03:10 yajra

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Oct 26 '22 03:10 github-actions[bot]

This issue was closed because it has been inactive for 7 days since being marked as stale.

github-actions[bot] avatar Nov 02 '22 03:11 github-actions[bot]