employee

package
v0.1.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 11, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ID field has db type "integer NOT NULL"
	ID pgm.Field = "employees.id"
	// Name field has db type "var NOT NULL"
	Name pgm.Field = "employees.name"
	// Department field has db type "var NOT NULL"
	Department pgm.Field = "employees.department"
	// Salary field has db type "decimal(10,2)"
	Salary pgm.Field = "employees.salary"
	// CreatedAt field has db type "timestamp without time zone NOT NULL DEFAULT CURRENT_TIMESTAMP    updated_at timestamp without time zone NOT NULL DEFAULT CURRENT_TIMESTAMP"
	CreatedAt pgm.Field = "employees.created_at"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL