Use QxOrm
, is there a way to name the table name?
For example,I have a class named ClassA
.
And I want to ClassA
is corresponding a table named table_a
in the database.
How to do?
Asked
Active
Viewed 149 times