📚
Szczurowsky Industries
RatORM
RatORM
  • 🖐️Welcome!
  • ⚡Quick Start
  • 🎓Features
  • 🧑‍🎓Basic
    • Model
    • Operation
  • 🙉Annotations
    • Model
    • ModelField
Powered by GitBook
On this page
  • What is @Model
  • Parameters
  1. Annotations

Model

@Model(tableName="example-table")

What is @Model

Model annotation is responsible for look of table in database

Parameters

  • tableName - Responsible for name in database

PreviousOperationNextModelField

Last updated 3 years ago

🙉