Your feedback is highly appreciated! Let's make Vertabelo even better.

0
Fixed

Terms of Service

keszthelyi andras 1 aasta tagasi uuendaja Jarosław Błąd (CEO) 1 aasta tagasi 1

Hi,

wanted to check the Terms of service to decide whether or not I wanted to create an account for higher educational use. Link is dead, 404.

Bests,

KEA.

0
Answered

Educational licence vs github

Kamila 1 aasta tagasi uuendaja Jarosław Błąd (CEO) 1 aasta tagasi 1

I am wondering if I can put code generated by Vertabelo on a public repository using GitHub. Is this still private use or commercial use? The same question is valid when it comes to PNG of database model.

I am on an educational license.

0

create a database hospital management system

Onyekachi Ogbonnia Nwibo 1 aasta tagasi 0
+3

verification email error

Flávio Oliveira 1 aasta tagasi uuendaja Sarah Pérez 1 aasta tagasi 1

The confirmation email is not arriving in my email I've checked all the tabs in my email and still nothing

+3

My email verification code isn't arriving via email

Cleber Vinicius 1 aasta tagasi 0

Image 1459

+26

Could you add Jala University to the email whitelist?

Eugênio Jefferson 1 aasta tagasi 0

Can you add our email to whitelist? We need Vertabelo for learning database systems.
University email: name.surname@jala.university
University website: https://jala.university/

0

Changing textContent in workday [duplicate]

brother info 1 aasta tagasi 0

I am currently working on a Rate my professor Chrome extension that displays professor ratings on the workday. However, I am having some problems for access the specific span element by using getElementsByClassName.

Here is my code:

courses = document.getElementsByClassName('gwt-InlineLabel WG5F WF4F') console.log(courses.textContent)

0
Answered

Cannot get on academic plan with my yale.edu account

Bashar Kadhim 4 aastat tagasi uuendaja Armend Osmani 1 aasta tagasi 2

Howdy!


I registered an account under the email bashar.kadhim@yale.edu to use Vertabelo for my studies.

Unfortunately, I had a trial plan which has just expired. How can I switch to academic plan?

Looking forward to using your awesome tools :D

0
Fixed

ERROR:Parse SQL timeout

Guy 1 aasta tagasi uuendaja Jarosław Błąd (CEO) 1 aasta tagasi 2

I am trying to import a DDL script from SQL Server to create a new physical data model. When I select the SQL script file it tries to parse it and after a long time it gives the timeout error. The file is 922K. I have removed every table I can. I have manually edited the file and removed all non-DDL statements and comments in order to make it as small as possible.

How can I get the import to succeed?

0

Updating the Model With Comments from Excel

Guy 1 aasta tagasi 0

We have a large database (~500 tables) modelled in Vertabelo. We have some existing documentation of table descriptions and column descriptions in an Excel spreadsheet. We would like to move our documentation from the Excel spreadsheet into the Vertabelo model. Can you suggest the best way to do this?

We looked at the API but that appears to be read-only. We have considered exporting the model as XML and writing code to update the XML file from the Excel spreadsheet and then re-importing the XML but this involves a certain amount of time to write the code to do this.