Database no data

Your database structure is not transferred on deploy! Only the files of your app are.
Change your target to remote, right click changes and apply latest changes so the database structure can be applied to your remote db:

Also make sure to check the docs for transferring data, after the structure has been applied to the remote target:

1 Like