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

Problem On Migrations #10

Open
ophaant opened this issue Sep 30, 2024 · 7 comments
Open

Problem On Migrations #10

ophaant opened this issue Sep 30, 2024 · 7 comments
Labels
help wanted Extra attention is needed

Comments

@ophaant
Copy link

ophaant commented Sep 30, 2024

          <img width="1296" alt="image" src="https://github.com/user-attachments/assets/cedab38c-3766-45e8-ab90-a7e7b3bbc396">

what's worng?

Originally posted by @ophaant in #9 (comment)

@3x1io 3x1io changed the title <img width="1296" alt="image" src="https://github.com/user-attachments/assets/cedab38c-3766-45e8-ab90-a7e7b3bbc396"> Problem On Migrations Sep 30, 2024
@3x1io 3x1io added the help wanted Extra attention is needed label Sep 30, 2024
@3x1io
Copy link
Member

3x1io commented Sep 30, 2024

just run this

php artisan vendor:publish --provider="Laravelcm\Subscriptions\SubscriptionServiceProvider"

and then migrate! t

@ophaant
Copy link
Author

ophaant commented Sep 30, 2024

image I get other error

@3x1io
Copy link
Member

3x1io commented Oct 3, 2024

i think you are using an old version what is your laravel and filament version?

@ophaant
Copy link
Author

ophaant commented Oct 4, 2024

i use laravel 11, and filament 3 php 8.2
whats wrong?

i try fresh install still same error

@kadulisboa
Copy link

Hello, how are you? First of all, I noticed that this error only happened to me in PostgreSQL.
To fix it, I changed the wikiDataId to wikidataid and the emojiU to emojiu, since PostgreSQL by default leaves everything in the diminutive unless we define the column names with quotation marks in the query.
then I had to change all the SQLs in 2021_04_14_182305_fill_all_vars.php to remove the backticks and other conflicts caused by the particularities of pgSQL!

@Luissylar
Copy link

Hello, I also use postgresql, but I need to know how to correct this error in the fill all vars table since when modifying it from seller it only works on my computer and when I transfer it to another computer the error will appear again, I need some way to publish it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants