Difference between revisions of "PTOassignor"

From edegan.com
Jump to navigation Jump to search
(Created page with "Return to Patent Data Specifications. Table "public.ptoassignor" Column | Type | Modifiers ---------------+------------------...")
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Return to [[Patent Data Specifications]].
+
Return to [[PTO Tables]].
  
 +
==Table Structure==
 
                 Table "public.ptoassignor"
 
                 Table "public.ptoassignor"
 
     Column    |          Type          | Modifiers  
 
     Column    |          Type          | Modifiers  
Line 8: Line 9:
 
  assignor_name  | character varying(500) |  
 
  assignor_name  | character varying(500) |  
 
  execution_date | date                  |  
 
  execution_date | date                  |  
 +
 +
Example of table entries:
  
 
  reel_no | frame_no |          assignor_name          | execution_date  
 
  reel_no | frame_no |          assignor_name          | execution_date  
Line 26: Line 29:
 
     3765 |      757 | CIMATTI, GIANFRANCO              | 1980-04-11
 
     3765 |      757 | CIMATTI, GIANFRANCO              | 1980-04-11
 
     3788 |      668 | SMALL BUSINESS ADMINISTRATION    | 1980-06-23
 
     3788 |      668 | SMALL BUSINESS ADMINISTRATION    | 1980-06-23
 +
 +
==Table Variables==
 +
==Table Purpose==
 +
==Current Problems==
 +
[[Category: Internal]]
 +
[[Internal Classification: Data Tables| ]]

Latest revision as of 13:14, 20 January 2017

Return to PTO Tables.

Table Structure

               Table "public.ptoassignor"
    Column     |          Type          | Modifiers 
---------------+------------------------+-----------
reel_no        | integer                | 
frame_no       | integer                | 
assignor_name  | character varying(500) | 
execution_date | date                   | 

Example of table entries:

reel_no | frame_no |           assignor_name           | execution_date 
--------+----------+-----------------------------------+----------------
   1280 |      340 | ATALA, ANTHONY                    | 1994-12-22
   3625 |      888 | NORTHERN ELECTRIC COMPANY LIMITED | 1976-03-01
   3634 |      874 | ARMSTRONG, THOMAS R.              | 1979-02-23
   3634 |      875 | ARMSTRONG, THOMAS R.              | 1979-02-23
   3692 |      537 | GOULD INC.                        | 1978-10-31
   3696 |      452 | SUTURES, INC.                     | 1977-09-29
   3696 |      452 | DEKNATEL, INC.                    | 1977-09-29
   3729 |      735 | GERLING, JOHN E.                  | 1980-01-17
   3737 |      606 | KERTESZ, GABOR                    | 1980-01-08
   3737 |      606 | VAGO, GYORGY                      | 1980-01-08
   3741 |      900 | KERLEY, BERNARD J. JR.            | 1979-12-17
   3765 |      757 | CICOGNANI, MARIO                  | 1980-04-11
   3765 |      757 | TANGORRA, GIORIO                  | 1980-04-11
   3765 |      757 | CIMATTI, GIANFRANCO               | 1980-04-11
   3788 |      668 | SMALL BUSINESS ADMINISTRATION     | 1980-06-23

Table Variables

Table Purpose

Current Problems