ALTER TABLE jiangan_config ADD COLUMN article text NOT NULL DEFAULT ''; pg_dump -s database_name -t table_name 查看表定义: CREATE TABLE hetong ( id integer NOT NULL, create_time timestamp with time zone NOT NULL, edit_time timestamp with time zone NOT NUL
redis是一个key-value存储系统.和Memcached类似,它支持存储的value类型相对更多,包括string(字符串).list(链表).set(集合).zset(sorted set --有序集合)和hash(哈希类型).这些数据类型都支持push/pop.add/remove及取交集并集和差集及更丰富的操作,而且这些操作都是原子性的. 一般用缓存对象时,通过序列化存储,在实体类新加字段的时候,反序列化成对象是新加字段会为空,这个问题很容易被忽略,如果自己没有做好处理,上线会有大
缘起 iso=> \d+ test; Table "public.test" Column | Type | Modifiers | Storage | Description --------+-----------------------+-----------+----------+------------- no | character varying(32) | not null | extended | Name | text | not null | extende
问题来源: 今天群里有人问:tableoid字段在每行都有,而且一个表里面的值是重复的,这样不合理...... 因此做了一些分析: 1)创建了一个表 apple=# \d test_time Table "public.test_time" Column | Type | Modifiers --------+-----------------------------+----------- id | integer | date | timestamp without time zo