64 Robots Standards 64 Robots Standards
  • Welcome

    • Introduction
  • Backend

    • Overview
    • Api Spec
    • Migrations
    • Models
    • Migrations
    • Routes
    • Testing
  • Frontend

    • File Structure
    • Backend API
    • Component structure
    • Module based development
    • Mixins
    • Helpers
    • Managing Assets
    • Router and Pages
    • Store
    • Testing
    • Tailwind
    • Validation
    • Storybook
    • Linter and Prettier
  • More

Migrations

Organization of Fields

All tables should organize columns in the following order:

  • PrimaryId
  • Relational Intergers
  • Integer
  • Strings
  • Text
  • Booleans
  • Dates
  • Timestamps
Edit this page on GitHub
Backend API Component structure

On this page

  • Organization of Fields