Skip to content

Instantly share code, notes, and snippets.

View nson22's full-sized avatar
🎯
Focusing

Nilson Silva nson22

🎯
Focusing
View GitHub Profile
import { MigrationInterface, QueryRunner, Table } from 'typeorm';
export default class CreateCategories1592785085350
implements MigrationInterface {
public async up(queryRunner: QueryRunner): Promise<void> {
await queryRunner.createTable(
new Table({
name: 'categories',
columns: [
{