提交 009e17f0 authored 作者: Raymond Chandler's avatar Raymond Chandler

forgot to update the pg schema when i updated mysql

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk/contrib@13979 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 9f96596e
......@@ -43,6 +43,7 @@ CREATE TABLE lcr
id serial NOT NULL,
digits NUMERIC(20, 0),
rate numeric(11,5) NOT NULL,
intra numeric(11,5) NOT NULL,
carrier_id integer NOT NULL REFERENCES carriers(id),
lead_strip integer NOT NULL DEFAULT 0,
trail_strip integer NOT NULL DEFAULT 0,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论