{"version":3,"sources":["webpack:///./src/components/Static/Structure.vue?3b08","webpack:///./src/components/Static/Structure.vue"],"names":["render","_vm","this","_h","$createElement","_self","_c","_m","staticRenderFns","staticClass","_v","script","component","Object","componentNormalizer","__webpack_exports__"],"mappings":"yHAAA,IAAAA,EAAA,WAA0B,IAAAC,EAAAC,KAAaC,EAAAF,EAAAG,eAA0BH,EAAAI,MAAAC,GAAwB,OAAAL,EAAAM,GAAA,IACzFC,GAAA,WAAoC,IAAAP,EAAAC,KAAaC,EAAAF,EAAAG,eAA0BE,EAAAL,EAAAI,MAAAC,IAAAH,EAAwB,OAAAG,EAAA,OAAiBG,YAAA,0BAAoCH,EAAA,KAAAL,EAAAS,GAAA,mDAAAJ,EAAA,KAAAL,EAAAS,GAAA,2IAAAJ,EAAA,KAAAL,EAAAS,GAAA,0QAAAJ,EAAA,KAAAL,EAAAS,GAAA,sGAAAJ,EAAA,KAAAL,EAAAS,GAAA,4CAAAJ,EAAA,OAAAL,EAAAS,GAAA,4BAAAJ,EAAA,KAAAL,EAAAS,GAAA,+MAAAJ,EAAA,OAAAL,EAAAS,GAAA,oEAAAJ,EAAA,KAAAL,EAAAS,GAAA,2MAAAJ,EAAA,OAAAL,EAAAS,GAAA,2LAAAJ,EAAA,KAAAL,EAAAS,GAAA,kLAAAJ,EAAA,OAAAL,EAAAS,GAAA,iYAAAT,EAAAS,GAAA,4FCAxJC,KAKAC,EAAgBC,OAAAC,EAAA,KAAAD,CAChBF,EACEX,EACAQ,GACF,EACA,KACA,KACA,MAIeO,EAAA,WAAAH","file":"js/chunk-2d0baadb.63218932.js","sourcesContent":["var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _vm._m(0)}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"static-page-container\"},[_c('b',[_vm._v(\"How to Logically Explain Your Table Structure\")]),_c('p',[_vm._v(\"How to show your tables in a logical format for all to use. This is just my opinion, but I hope that everyone will try my suggestion.\")]),_c('p',[_vm._v(\"I find that when people are talking about data normalization or relationship, they talk about their tables, but don’t show what they look like. Well, if you use the following guidelines, you will effectively communicate you table structure for everyone to see.\")]),_c('p',[_vm._v(\"For my examples, I will setup a normalized table structure for a phonebook or contact directory.\")]),_c('p',[_vm._v(\"1. Show the correct name of the table.\")]),_c('pre',[_vm._v(\"EXAMPLE\\n tblPeople\")]),_c('p',[_vm._v(\"2. Name all relevant fields in that table. Put a dash (-) before each field.\\n If you have fields in your table that are not relevant to the topic at hand, leave them out. This will avoid confusion.\")]),_c('pre',[_vm._v(\"EXAMPLE\\n tblPeople\\n -ID\\n -FirstName\\n -LastName\")]),_c('p',[_vm._v(\"3. Identify Primary Keys and Foreign Keys.\\n Primary Keys are to be named (P Key) and Foreign Keys are to be named (F Key - tblName) Be sure to list the table that the Fforeign Key is linked to.\")]),_c('pre',[_vm._v(\"EXAMPLE\\n tblContact\\n -ContactID (PK)\\n -FirstName\\n -LastName\\n\\n tblPeoplePhoneNumbers\\n -PhoneNumberID (PK)\\n -ContactID (FK - tblContact)\\n -PhoneNumber\")]),_c('p',[_vm._v(\"4. List field types as necessary.\\n Obviously the more you list, the better it will be understood. We can all make assumptions, but if you are clear no one will need to.\")]),_c('pre',[_vm._v(\"EXAMPLE\\n tblContact\\n -ContactID (PK) (Autonumber)\\n -FirstName\\n -LastName\\n\\n tblPeoplePhoneNumbers\\n -PhoneNumberID (PK) (Autonumber)\\n -ContactID (FK - tblContact) (Number)\\n -PhoneNumber\\n -PhoneNumberTypeID (FK - tblPeoplePhoneNumbersType) (Number)\\n\\n tblPeoplePhoneNumbersType\\n -PhoneNumberTypeID (PK) (Autonumber)\\n -PhoneNumberType\")]),_vm._v(\"\\n\\n Special thanks to Myke for compiling these helpful guidelines.\\n\")])}]\n\nexport { render, staticRenderFns }","import { render, staticRenderFns } from \"./Structure.vue?vue&type=template&id=3068ff46&\"\nvar script = {}\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports"],"sourceRoot":""}