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

0
Besvaret

Can I use Vertabelo to learn SQL ? If so, what is the best way to get started ?

Sally C 10 år siden opdateret af anonymous 10 år siden 1
Svar
anonymous 10 år siden
Well, I think it'd be much more useful to learn about database basics and good DB design rather than SQL. We even created a series of videos called "Vertabelo Database Academy" that you can find on YouTube:
https://www.youtube.com/playlist?list=PLghpIrBTN3RJdlnubOCuCmQMQOkgKAYWI

If you want to learn SQL, you can look at the changes in generated SQL while adding tables, references, indexes, keys, etc to your model. This might help you to understand the structure of DDLs. However, it won't be much helpful to learn SQL queries. Here, I'd recommend SQL Fiddle, which allows you to run queries against database "in cloud". You can use SQL script generated with Vertabelo to create a DB structure in SQL Fiddle and then play with inserting, updating and querying the data.

Hope this helps.
+1
Fast

How do i move a model into my team account ?

Ed Croft 10 år siden opdateret af anonymous 10 år siden 7
I have bought a team subscription... but your system won't let me move my models ? How do I move them into team account ?
0
Fast

Typo in bonus-page

Valentin Mocanu 10 år siden opdateret af anonymous 10 år siden 1
On http://www.vertabelo.com/bonus-points there's a typo at the end: "For new and valueble feature request..."
Svar
anonymous 10 år siden
Fixed. Thanks for letting us know about this.
0
Besvaret

How to change the text size

Mengzhou Fang 10 år siden opdateret af Agnieszka Kozubek-Krycuń (Chief Scientist) 10 år siden 1
When I export an PDF, my printout looks so tiny. I need to make the text size larger. But I can't
0
Ikke en bug

SQL Server Model with column name of Order adds quotes

Kindler Chase 10 år siden opdateret af Rafał Strzaliński (Senior Engineer) 10 år siden 6
When adding a table for SQL Server and with a column name of Order, the generated SQL incorrectly adds quotes around the column name:

-- tables-- Table: OrderTest
CREATE TABLE OrderTest (
 "Order" int NOT NULL,
 Value varchar(250) NOT NULL
)
;

The generated SQL should be using brackets:

-- tables-- Table: OrderTest
CREATE TABLE OrderTest (
[Order] int NOT NULL,
 Value varchar(250) NOT NULL
)
;

I haven't tried other key words; if you fix this, I'd suggest testing other key words as well.

Thanks!
0
Fast

Allow .media and other new top level domains in email address validation

sam Prin 10 år siden opdateret af Rafał Strzaliński (Senior Engineer) 10 år siden 3
I was not able ot use my work email address sam@seed.media to sign up
0
Fast

Prepaid Code Purchase Destination

Kevin Huber 10 år siden opdateret af Rafał Strzaliński (Senior Engineer) 10 år siden 7
When I am on the pricing page and click the premium account pay per day link, it just takes me to one of my model's page. I want to pay money but can't!
0
Afvist

Interclassement

Étienne Dubois 11 år siden opdateret af Jarosław Błąd (CEO) 10 år siden 2
How can I change the Interclassement...? By default he is to latin1_swedish_ci.. I want it to utf8
+5
Ikke en bug

Email confirmation cannot be sent

Harun Rizal 11 år siden opdateret af Jarosław Błąd (CEO) 10 år siden 6
I tried to send forgot password request it was sent, and trying to login it said my account is inactive but the email did not sent to my inbox, even not in spam. And there is no button to resend confirmation mail.
Please help
0
Fast

Identity on non-valid column doesn't generate error

Marc Belley 10 år siden opdateret af Jarosław Błąd (CEO) 10 år siden 3
Aafter changing a primary key with an identity from an int to a varchar, I noticed there's no check to see if an identity is valid. This should probably popup as an Error.

Image 51

Kundesupport af UserEcho