Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

loc-schema.sql 226 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
  1. DROP TABLE IF EXISTS loc_marc_field CASCADE;
  2. CREATE TABLE loc_marc_field (
  3. rec_id INTEGER NOT NULL,
  4. fld_no INTEGER NOT NULL,
  5. tag VARCHAR NOT NULL,
  6. ind1 VARCHAR,
  7. ind2 VARCHAR,
  8. sf_code VARCHAR,
  9. contents VARCHAR
  10. );
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...