1、前言
以前从没有试过建一张表,不带任何列。在PG中却支持这种语法。这是个什么鬼?
最近,把PG源码扒了下,简单浏览了下最近的一些merge。其中有一个fix:
eeb0ebad79 ("Fix the initial sync tables with no columns.&qu…
打包脚本
这个打包脚本适用于做demo,脚本放在Editor目录下
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using UnityEditor;
using UnityEngine;public class BuildAB
{[MenuItem("Tools/递归遍历文件夹下…