Skip to content

I work with Laravel 6.x, Models dosnt work. #63

@ConsSorto

Description

@ConsSorto

Hello i work with this package, the conection is fine, but the models dosnt work. i try to use a USER Model but when i create a new user the project show this error :

SQLSTATE[HY000]: General error: 20018 SQL Anywhere Error -852: Table name 'syscolumns' is ambiguous [20018] (severity 16) [ SELECT a.name, st.name AS type FROM syscolumns a, systypes b, systypes s, systypes st WHERE a.usertype = b.usertype AND s.usertype = a.usertype AND s.type = st.type AND st.name NOT IN ( 'timestamp', 'sysname', 'longsysname', 'nchar', 'nvarchar' ) AND st.usertype < 100 AND object_name (a.id) = 'users'] (SQL: select count(*) as aggregate from [users] where [email] = jhon@coofe.com)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions