Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when migrate #41

Open
newlen88 opened this issue Feb 8, 2019 · 0 comments
Open

Error when migrate #41

newlen88 opened this issue Feb 8, 2019 · 0 comments

Comments

@newlen88
Copy link

newlen88 commented Feb 8, 2019

Hello I got this error when migrate

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) = 'mv_migrations'] (SQL: insert into [mv_migrations] ([migration], [batch]) values (2016_06_01_000001_create_oauth_auth_codes_table, 1))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant